From 2af94aafa50fc6c198379fe730f59f3df07184d0 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Tue, 21 Feb 2017 15:09:11 +0900 Subject: ARM: uniphier: enable CONFIG_CMD_CONFIG This command is useful to see which config options are enabled on the running U-Boot image. Signed-off-by: Masahiro Yamada --- configs/uniphier_ld11_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/uniphier_ld11_defconfig') diff --git a/configs/uniphier_ld11_defconfig b/configs/uniphier_ld11_defconfig index a0aa87b..e5cfab6 100644 --- a/configs/uniphier_ld11_defconfig +++ b/configs/uniphier_ld11_defconfig @@ -10,6 +10,7 @@ CONFIG_DEFAULT_DEVICE_TREE="uniphier-ld11-ref" CONFIG_SPL=y CONFIG_SPL_NOR_SUPPORT=y CONFIG_HUSH_PARSER=y +CONFIG_CMD_CONFIG=y # CONFIG_CMD_XIMG is not set # CONFIG_CMD_ENV_EXISTS is not set CONFIG_CMD_GPT=y -- cgit v1.1