Re: [U-Boot] [PATCH 1/2] ARM: ts4800: add basic board support

2015-06-27 Thread Stefano Babic
Hi Lucile, just a couple of minor points: On 15/06/2015 21:58, Damien Riegel wrote: > From: Lucile Quirion > > This commit adds basic support including: > MMC, Serial console, TS4800 watchdog > > The config use CONFIG_SKIP_LOWLEVEL_INIT as U-boot is used as a second > stage bootloader. > > Si

[U-Boot] [PATCH 1/2] ARM: ts4800: add basic board support

2015-06-15 Thread Damien Riegel
From: Lucile Quirion This commit adds basic support including: MMC, Serial console, TS4800 watchdog The config use CONFIG_SKIP_LOWLEVEL_INIT as U-boot is used as a second stage bootloader. Signed-off-by: Lucile Quirion Cc: Stefano Babic --- arch/arm/Kconfig | 5 ++ boar