From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sun, 16 Apr 2017 13:31:48 -0600 Subject: [U-Boot] [PATCH v2 2/3] board: at91sam9263ek: Clean up code In-Reply-To: <20170412092304.21685-3-wenyou.yang@atmel.com> References: <20170412092304.21685-1-wenyou.yang@atmel.com> <20170412092304.21685-3-wenyou.yang@atmel.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12 April 2017 at 03:23, Wenyou Yang wrote: > Because the introduction of the pinctrl and clk drivers and the > device tree files, remove unneeded hard coded related code from > the board file. > > Signed-off-by: Wenyou Yang > --- > > Changes in v2: None > > board/atmel/at91sam9263ek/at91sam9263ek.c | 59 ------------------------------- > 1 file changed, 59 deletions(-) Reviewed-by: Simon Glass