aboutsummaryrefslogtreecommitdiff
path: root/include/configs/at91sam9260ek.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-03-23 17:20:04 -0400
committerTom Rini <trini@konsulko.com>2022-04-01 10:28:46 -0400
commit36a4dae18fb855e1116396df608542322ea93c09 (patch)
treeaef749df3af97b6a74b6927eaa2bfc06763029e1 /include/configs/at91sam9260ek.h
parentd433c74eecdce1e4952ef4e8c712a9289c0dfcc2 (diff)
downloadu-boot-36a4dae18fb855e1116396df608542322ea93c09.zip
u-boot-36a4dae18fb855e1116396df608542322ea93c09.tar.gz
u-boot-36a4dae18fb855e1116396df608542322ea93c09.tar.bz2
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 'include/configs/at91sam9260ek.h')
-rw-r--r--include/configs/at91sam9260ek.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/configs/at91sam9260ek.h b/include/configs/at91sam9260ek.h
index 4252a8c..f5cc0b2 100644
--- a/include/configs/at91sam9260ek.h
+++ b/include/configs/at91sam9260ek.h
@@ -67,16 +67,4 @@
#define CONFIG_SYS_USB_OHCI_SLOT_NAME "at91sam9260"
#define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS 2
-#ifdef CONFIG_SYS_USE_DATAFLASH_CS0
-
-/* bootstrap + u-boot + env + linux in dataflash on CS0 */
-#elif defined(CONFIG_SYS_USE_NANDFLASH)
-
-/* bootstrap + u-boot + env + linux in nandflash */
-
-#else /* CONFIG_SYS_USE_MMC */
-/* bootstrap + u-boot + env + linux in mmc */
-/* For FAT system, most cases it should be in the reserved sector */
-#endif
-
#endif