Re: [U-Boot] [PATCH 03/14] sandbox: Move CONFIG_SANDBOX_SERIAL to Kconfig

2015-06-11 Thread Simon Glass
On 6 March 2015 at 13:19, Simon Glass wrote: > Move this over to Kconfig and tidy up. > > Signed-off-by: Simon Glass > --- > > configs/sandbox_defconfig | 1 + > drivers/serial/Kconfig | 20 > drivers/serial/serial-uclass.c | 5 +++-- > include/configs/sandbox

[U-Boot] [PATCH 03/14] sandbox: Move CONFIG_SANDBOX_SERIAL to Kconfig

2015-03-07 Thread Simon Glass
Move this over to Kconfig and tidy up. Signed-off-by: Simon Glass --- configs/sandbox_defconfig | 1 + drivers/serial/Kconfig | 20 drivers/serial/serial-uclass.c | 5 +++-- include/configs/sandbox.h | 1 - include/fdtdec.h | 6 ++ 5