diff options
author | Tom Rini <trini@konsulko.com> | 2022-03-23 17:20:04 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-04-01 10:28:46 -0400 |
commit | 36a4dae18fb855e1116396df608542322ea93c09 (patch) | |
tree | aef749df3af97b6a74b6927eaa2bfc06763029e1 /configs/at91sam9261ek_dataflash_cs0_defconfig | |
parent | d433c74eecdce1e4952ef4e8c712a9289c0dfcc2 (diff) | |
download | u-boot-36a4dae18fb855e1116396df608542322ea93c09.tar.gz |
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/at91sam9261ek_dataflash_cs0_defconfig')
-rw-r--r-- | configs/at91sam9261ek_dataflash_cs0_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/at91sam9261ek_dataflash_cs0_defconfig b/configs/at91sam9261ek_dataflash_cs0_defconfig index 5788b9d935..76e9314d5f 100644 --- a/configs/at91sam9261ek_dataflash_cs0_defconfig +++ b/configs/at91sam9261ek_dataflash_cs0_defconfig @@ -18,7 +18,6 @@ CONFIG_DEBUG_UART_BASE=0xfffff200 CONFIG_DEBUG_UART_CLOCK=100000000 CONFIG_DEBUG_UART=y CONFIG_SYS_LOAD_ADDR=0x22000000 -CONFIG_SYS_EXTRA_OPTIONS="SYS_USE_DATAFLASH_CS0" CONFIG_BOOTDELAY=3 CONFIG_USE_BOOTARGS=y CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/mtdblock0 mtdparts=atmel_nand:-(root) rw rootfstype=jffs2" |