From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sun, 16 Apr 2017 13:31:43 -0600 Subject: [U-Boot] [PATCH v2 3/3] board: at91sam9rlek: Enable early debug UART In-Reply-To: <20170412091851.21432-4-wenyou.yang@atmel.com> References: <20170412091851.21432-1-wenyou.yang@atmel.com> <20170412091851.21432-4-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: > Enable the early debug UART to debug problems when an ICE or other > debug mechanism is not available. > > Signed-off-by: Wenyou Yang > --- > > Changes in v2: > - Add [PATCH]: board: at91sam9rlek: Enable early debug UART. > - Move out [PATCH]: ARM: dts: at91: add dts files for at91sam9rlek. > > board/atmel/at91sam9rlek/at91sam9rlek.c | 13 +++++++++++++ > configs/at91sam9rlek_dataflash_defconfig | 6 ++++++ > configs/at91sam9rlek_mmc_defconfig | 6 ++++++ > configs/at91sam9rlek_nandflash_defconfig | 6 ++++++ > 4 files changed, 31 insertions(+) Reviewed-by: Simon Glass