diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-02-21 15:09:11 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-02-23 08:39:48 +0900 |
commit | 2af94aafa50fc6c198379fe730f59f3df07184d0 (patch) | |
tree | bed153a2be762999e05d5f2e05fcf0e43e1d251f /configs/uniphier_ld20_defconfig | |
parent | c05a59d2947894350c0ea7a2507aee70b3e91d8b (diff) | |
download | u-boot-imx-2af94aafa50fc6c198379fe730f59f3df07184d0.zip u-boot-imx-2af94aafa50fc6c198379fe730f59f3df07184d0.tar.gz u-boot-imx-2af94aafa50fc6c198379fe730f59f3df07184d0.tar.bz2 |
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_ld20_defconfig')
-rw-r--r-- | configs/uniphier_ld20_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/uniphier_ld20_defconfig b/configs/uniphier_ld20_defconfig index 7e3ff5c..6251359 100644 --- a/configs/uniphier_ld20_defconfig +++ b/configs/uniphier_ld20_defconfig @@ -10,6 +10,7 @@ CONFIG_DEFAULT_DEVICE_TREE="uniphier-ld20-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 |