Re: [U-Boot] [PATCH 27/41] Convert CONFIG_CMD_STRINGS 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_STRINGS > > Signed-off-by: Simon Glass > --- > > cmd/Kconfig | 8 > include/configs/vct.h| 1 - > scripts/config_whitelist.txt | 1 - > 3 files changed,

[U-Boot] [PATCH 27/41] Convert CONFIG_CMD_STRINGS to Kconfig

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