Re: [U-Boot] [PATCH 03/28] Convert CONSOLE_PRE_CONSOLE_BUFFER options to Kconfig

2016-09-23 Thread Tom Rini
On Mon, Sep 19, 2016 at 04:32:47PM -0600, Simon Glass wrote: > Move these option to Kconfig and tidy up existing uses. > > Signed-off-by: Simon Glass > --- > > README| 17 - > board/sunxi/Kconfig | 11 +++ > common/Kconfig

[U-Boot] [PATCH 03/28] Convert CONSOLE_PRE_CONSOLE_BUFFER options to Kconfig

2016-09-19 Thread Simon Glass
Move these option to Kconfig and tidy up existing uses. Signed-off-by: Simon Glass --- README| 17 - board/sunxi/Kconfig | 11 +++ common/Kconfig| 40 +++ common/console.c