diff options
author | Tom Rini <trini@konsulko.com> | 2016-09-08 16:11:59 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-09-09 09:51:28 -0400 |
commit | aca5cd27db72aa6e664dd4b517b5ed885e711b82 (patch) | |
tree | 67ecb154cc60708cc6af391412a8547f06c7e945 /configs/am335x_evm_norboot_defconfig | |
parent | 16f416661ec5ffa46b3f879a0b83907bbec13714 (diff) | |
download | u-boot-aca5cd27db72aa6e664dd4b517b5ed885e711b82.tar.gz |
configs: Resync with savedefconfig
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/am335x_evm_norboot_defconfig')
-rw-r--r-- | configs/am335x_evm_norboot_defconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/am335x_evm_norboot_defconfig b/configs/am335x_evm_norboot_defconfig index 99fc555978..b95f437045 100644 --- a/configs/am335x_evm_norboot_defconfig +++ b/configs/am335x_evm_norboot_defconfig @@ -1,8 +1,8 @@ CONFIG_ARM=y CONFIG_TARGET_AM335X_EVM=y CONFIG_NOR=y -CONFIG_NOR_BOOT=y CONFIG_FIT=y +CONFIG_NOR_BOOT=y CONFIG_HUSH_PARSER=y CONFIG_CMD_BOOTZ=y # CONFIG_CMD_IMLS is not set @@ -35,4 +35,3 @@ CONFIG_G_DNL_MANUFACTURER="Texas Instruments" CONFIG_G_DNL_VENDOR_NUM=0x0451 CONFIG_G_DNL_PRODUCT_NUM=0xd022 CONFIG_OF_LIBFDT=y -CONFIG_SPL_NET_VCI_STRING="AM335x U-Boot SPL" |