summaryrefslogtreecommitdiff
path: root/configs/usb_a9263_dataflash_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-03-24 00:20:04 +0300
committerTom Rini <trini@konsulko.com>2022-04-01 17:28:46 +0300
commit36a4dae18fb855e1116396df608542322ea93c09 (patch)
treeaef749df3af97b6a74b6927eaa2bfc06763029e1 /configs/usb_a9263_dataflash_defconfig
parentd433c74eecdce1e4952ef4e8c712a9289c0dfcc2 (diff)
downloadu-boot-36a4dae18fb855e1116396df608542322ea93c09.tar.xz
global: Remove CONFIG_SYS_USE_DATAFLASH*
There are a handful of variants around CONFIG_SYS_USE_DATAFLASH and none of them now control anything further within their board config.h files, so remove these from CONFIG_SYS_EXTRA_OPTIONS and then remove the empty blocks in the board config.h files. In a few places further clean up related logic. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/usb_a9263_dataflash_defconfig')
-rw-r--r--configs/usb_a9263_dataflash_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/usb_a9263_dataflash_defconfig b/configs/usb_a9263_dataflash_defconfig
index b609bbbb3e..9db7b1efad 100644
--- a/configs/usb_a9263_dataflash_defconfig
+++ b/configs/usb_a9263_dataflash_defconfig
@@ -13,7 +13,6 @@ CONFIG_ENV_SECT_SIZE=0x2000
CONFIG_DM_GPIO=y
CONFIG_DEFAULT_DEVICE_TREE="usb_a9263"
CONFIG_SYS_LOAD_ADDR=0x22000000
-CONFIG_SYS_EXTRA_OPTIONS="SYS_USE_DATAFLASH"
CONFIG_BOOTDELAY=3
CONFIG_USE_BOOTARGS=y
CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/mtdblock1 mtdparts=mtdparts=atmel_nand:16m(kernel)ro,120m(root1),-(root2) rw rootfstype=jffs2"