summaryrefslogtreecommitdiff
path: root/configs/da850evm_direct_nor_defconfig
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2017-09-08 17:01:18 -0500
committerTom Rini <trini@konsulko.com>2017-09-13 09:24:27 -0400
commitf0333b4c2e642df54f210e4506c4e1de216b4969 (patch)
treea0846b13ee0bc7c1b92c204358813c52ace27cdb /configs/da850evm_direct_nor_defconfig
parent919ccb9fe55febcc628e43dc1fea00ecc71e8bdf (diff)
Convert CONFIG_MAC_ADDR_IN_SPIFLASH et al to Kconfig
This converts the following to Kconfig: CONFIG_MAC_ADDR_IN_SPIFLASH CONFIG_MAC_ADDR_IN_EEPROM Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'configs/da850evm_direct_nor_defconfig')
-rw-r--r--configs/da850evm_direct_nor_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/da850evm_direct_nor_defconfig b/configs/da850evm_direct_nor_defconfig
index fc62c84877..24ab89224d 100644
--- a/configs/da850evm_direct_nor_defconfig
+++ b/configs/da850evm_direct_nor_defconfig
@@ -2,7 +2,7 @@ CONFIG_ARM=y
CONFIG_ARCH_DAVINCI=y
CONFIG_TARGET_DA850EVM=y
CONFIG_TI_COMMON_CMD_OPTIONS=y
-CONFIG_SYS_EXTRA_OPTIONS="MAC_ADDR_IN_SPIFLASH,USE_NOR,DIRECT_NOR_BOOT"
+CONFIG_SYS_EXTRA_OPTIONS="USE_NOR,DIRECT_NOR_BOOT"
CONFIG_BOOTDELAY=3
CONFIG_USE_BOOTARGS=y
CONFIG_BOOTARGS="mem=32M console=ttyS2,115200n8 root=/dev/mtdblock2 rw noinitrd ip=dhcp"