Re: [U-Boot] [PATCH 36/41] Convert CONFIG_CMD_UNIVERSE to Kconfig

2017-07-22 Thread Bin Meng
On Sat, Jul 22, 2017 at 7:11 AM, Simon Glass wrote: > This converts the following to Kconfig: >CONFIG_CMD_UNIVERSE > > Signed-off-by: Simon Glass > --- > > cmd/Kconfig | 6 ++ > include/config_cmd_all.h | 1 - > scripts/config_whitelist.txt | 1 - > 3 files changed,

[U-Boot] [PATCH 36/41] Convert CONFIG_CMD_UNIVERSE to Kconfig

2017-07-21 Thread Simon Glass
This converts the following to Kconfig: CONFIG_CMD_UNIVERSE Signed-off-by: Simon Glass --- cmd/Kconfig | 6 ++ include/config_cmd_all.h | 1 - scripts/config_whitelist.txt | 1 - 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/cmd/Kconfig b/cmd/Kconfig