diff options
author | Adam Ford <aford173@gmail.com> | 2016-11-12 21:53:31 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-11-21 14:07:32 -0500 |
commit | d5584e43619cc2fb5334171cb74a042b8828a735 (patch) | |
tree | 05dea6ea98122e43f2af13237a7d975da99e787f /configs | |
parent | b15e7c172709c0bbf10d8a229986581660d2b75f (diff) | |
download | u-boot-imx-d5584e43619cc2fb5334171cb74a042b8828a735.zip u-boot-imx-d5584e43619cc2fb5334171cb74a042b8828a735.tar.gz u-boot-imx-d5584e43619cc2fb5334171cb74a042b8828a735.tar.bz2 |
ARM: OMAP3_LOGIC: Remove FIT Support
Commit ("2cd1ff84037a: OMAP3_LOGIC: Setup defconfig to enable
SPL and NAND booting") accidentally enabled FIT support.
This patch removes the FIT support.
Signed-off-by: Adam Ford <aford173@gmail.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/omap3_logic_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/omap3_logic_defconfig b/configs/omap3_logic_defconfig index c8eb5b5..ac1a6a3 100644 --- a/configs/omap3_logic_defconfig +++ b/configs/omap3_logic_defconfig @@ -1,7 +1,6 @@ CONFIG_ARM=y CONFIG_OMAP34XX=y CONFIG_TARGET_OMAP3_LOGIC=y -CONFIG_FIT=y CONFIG_SYS_EXTRA_OPTIONS="NAND" CONFIG_SYS_CONSOLE_INFO_QUIET=y CONFIG_VERSION_VARIABLE=y |