summaryrefslogtreecommitdiff
path: root/configs/am335x_evm_nor_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-07-26 21:48:00 -0400
committerTom Rini <trini@konsulko.com>2017-07-31 11:22:56 -0400
commit43ba3c59cb6835f96fe32960cca9ef1406d0a626 (patch)
treedc7353339835c1f67b5b79c4aad0f40e7e6a607e /configs/am335x_evm_nor_defconfig
parent3158eebd21f8c55b4d5a82161e0de805ae8f6f9c (diff)
env: Migrate CONFIG_ENV_IS_IN_FAT options to Kconfig
We rename the various FAT_ENV_xxx options to CONFIG_ENV_FAT_xxx so that they can be modified via Kconfig. Migrate all existing users to the new values. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/am335x_evm_nor_defconfig')
-rw-r--r--configs/am335x_evm_nor_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/am335x_evm_nor_defconfig b/configs/am335x_evm_nor_defconfig
index 49040a695c..17b9f42f9a 100644
--- a/configs/am335x_evm_nor_defconfig
+++ b/configs/am335x_evm_nor_defconfig
@@ -1,5 +1,6 @@
CONFIG_ARM=y
CONFIG_ARCH_OMAP2PLUS=y
+CONFIG_TI_COMMON_CMD_OPTIONS=y
CONFIG_AM33XX=y
CONFIG_NOR=y
CONFIG_SPL_STACK_R_ADDR=0x82000000
@@ -50,7 +51,6 @@ CONFIG_USB_GADGET_DOWNLOAD=y
CONFIG_G_DNL_MANUFACTURER="Texas Instruments"
CONFIG_G_DNL_VENDOR_NUM=0x0451
CONFIG_G_DNL_PRODUCT_NUM=0xd022
-CONFIG_FAT_WRITE=y
CONFIG_LZO=y
CONFIG_OF_LIBFDT=y
CONFIG_OF_LIBFDT_OVERLAY=y