From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sun, 16 Apr 2017 13:31:41 -0600 Subject: [U-Boot] [PATCH v2 2/3] board: at91sam9rlek: Clean up code In-Reply-To: <20170412091851.21432-3-wenyou.yang@atmel.com> References: <20170412091851.21432-1-wenyou.yang@atmel.com> <20170412091851.21432-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:18, Wenyou Yang wrote: > Since 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/at91sam9rlek/at91sam9rlek.c | 19 ------------------- > 1 file changed, 19 deletions(-) Reviewed-by: Simon Glass