diff options
author | Simon Glass <sjg@chromium.org> | 2017-07-23 21:19:47 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-07-25 21:34:15 -0400 |
commit | b31e065f8999d2dc70f3deb430c9b66a5d0d02ea (patch) | |
tree | 371afa81d57c104e7e6f2ba87468f613f9d6461f /configs/am43xx_evm_usbhost_boot_defconfig | |
parent | 337cd3f211223719a173a89e4527475ac22e8a01 (diff) | |
download | u-boot-b31e065f8999d2dc70f3deb430c9b66a5d0d02ea.tar.gz u-boot-b31e065f8999d2dc70f3deb430c9b66a5d0d02ea.tar.xz u-boot-b31e065f8999d2dc70f3deb430c9b66a5d0d02ea.zip |
Convert CONFIG_ENV_IS_IN_FAT to Kconfig
This converts the following to Kconfig:
CONFIG_ENV_IS_IN_FAT
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/am43xx_evm_usbhost_boot_defconfig')
-rw-r--r-- | configs/am43xx_evm_usbhost_boot_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am43xx_evm_usbhost_boot_defconfig b/configs/am43xx_evm_usbhost_boot_defconfig index 8fa6d91b43..f4c0f8442a 100644 --- a/configs/am43xx_evm_usbhost_boot_defconfig +++ b/configs/am43xx_evm_usbhost_boot_defconfig @@ -7,6 +7,7 @@ CONFIG_SPL_STACK_R_ADDR=0x82000000 CONFIG_DEFAULT_DEVICE_TREE="am437x-gp-evm" CONFIG_SPL_LOAD_FIT=y CONFIG_SYS_EXTRA_OPTIONS="SERIAL1,CONS_INDEX=1,NAND" +CONFIG_ENV_IS_IN_FAT=y CONFIG_SYS_CONSOLE_INFO_QUIET=y CONFIG_VERSION_VARIABLE=y CONFIG_SPL=y |