diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-07-21 14:04:20 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-07-23 23:42:11 +0900 |
commit | d25944957dce7cc6e2f5c1ce4fbeaca4a04e49f2 (patch) | |
tree | 2949fe7fdd30fbf16e620730d26dafa54e7645cb /configs/ph1_sld8_defconfig | |
parent | e037db0c342723150494214cc9f1ac3406b5a76d (diff) | |
download | u-boot-imx-d25944957dce7cc6e2f5c1ce4fbeaca4a04e49f2.zip u-boot-imx-d25944957dce7cc6e2f5c1ce4fbeaca4a04e49f2.tar.gz u-boot-imx-d25944957dce7cc6e2f5c1ce4fbeaca4a04e49f2.tar.bz2 |
ARM: UniPhier: disable CONFIG_FIT
To use FIT boot, we have to describe Image Tree Source in addition.
So, it is not intended for beginners. Disable it by default.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'configs/ph1_sld8_defconfig')
-rw-r--r-- | configs/ph1_sld8_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/ph1_sld8_defconfig b/configs/ph1_sld8_defconfig index ee4cebc..2af45d2 100644 --- a/configs/ph1_sld8_defconfig +++ b/configs/ph1_sld8_defconfig @@ -4,8 +4,6 @@ CONFIG_MACH_PH1_SLD8=y CONFIG_PFC_MICRO_SUPPORT_CARD=y CONFIG_SYS_TEXT_BASE=0x84000000 CONFIG_DEFAULT_DEVICE_TREE="uniphier-ph1-sld8-ref" -CONFIG_FIT=y -CONFIG_FIT_VERBOSE=y CONFIG_HUSH_PARSER=y # CONFIG_CMD_XIMG is not set # CONFIG_CMD_ENV_EXISTS is not set |