Re: [U-Boot] [PATCH] Convert CONFIG_DISABLE_CONSOLE to Kconfig

2018-09-24 Thread Christian Gmeiner
ping.. schrieb am Do., 20. Sep. 2018, 17:05: > ping > > Am Mo., 10. Sep. 2018 um 12:43 Uhr schrieb Christian Gmeiner > : > > > > This converts the following to Kconfig: > >CONFIG_DISABLE_CONSOLE > > > > Signed-off-by: Christian Gmeiner > > --- > > common/Kconfig | 5 + > >

Re: [U-Boot] [PATCH] Convert CONFIG_DISABLE_CONSOLE to Kconfig

2018-09-20 Thread Christian Gmeiner
ping Am Mo., 10. Sep. 2018 um 12:43 Uhr schrieb Christian Gmeiner : > > This converts the following to Kconfig: >CONFIG_DISABLE_CONSOLE > > Signed-off-by: Christian Gmeiner > --- > common/Kconfig | 5 + > scripts/config_whitelist.txt | 1 - > 2 files changed, 5 insertions(+

[U-Boot] [PATCH] Convert CONFIG_DISABLE_CONSOLE to Kconfig

2018-09-10 Thread Christian Gmeiner
This converts the following to Kconfig: CONFIG_DISABLE_CONSOLE Signed-off-by: Christian Gmeiner --- common/Kconfig | 5 + scripts/config_whitelist.txt | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/common/Kconfig b/common/Kconfig index 3030da4fc9..207cb