diff options
author | Masahiro Yamada | 2017-02-21 15:09:11 +0900 |
---|---|---|
committer | Masahiro Yamada | 2017-02-23 08:39:48 +0900 |
commit | 2af94aafa50fc6c198379fe730f59f3df07184d0 (patch) | |
tree | bed153a2be762999e05d5f2e05fcf0e43e1d251f /configs/uniphier_pro4_defconfig | |
parent | c05a59d2947894350c0ea7a2507aee70b3e91d8b (diff) |
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 <yamada.masahiro@socionext.com>
Diffstat (limited to 'configs/uniphier_pro4_defconfig')
-rw-r--r-- | configs/uniphier_pro4_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/uniphier_pro4_defconfig b/configs/uniphier_pro4_defconfig index 30be50fe891..fc72889dbf7 100644 --- a/configs/uniphier_pro4_defconfig +++ b/configs/uniphier_pro4_defconfig @@ -11,6 +11,7 @@ CONFIG_DEFAULT_DEVICE_TREE="uniphier-pro4-ref" CONFIG_SPL=y CONFIG_SPL_NOR_SUPPORT=y CONFIG_HUSH_PARSER=y +CONFIG_CMD_CONFIG=y CONFIG_CMD_BOOTZ=y # CONFIG_CMD_XIMG is not set # CONFIG_CMD_ENV_EXISTS is not set |