summaryrefslogtreecommitdiff
path: root/include/configs/meesc.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/meesc.h
parentd433c74eecdce1e4952ef4e8c712a9289c0dfcc2 (diff)
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/meesc.h')
-rw-r--r--include/configs/meesc.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/configs/meesc.h b/include/configs/meesc.h
index fa4513b2b9..6b6c90eb5e 100644
--- a/include/configs/meesc.h
+++ b/include/configs/meesc.h
@@ -69,16 +69,6 @@
/* hw-controller addresses */
#define CONFIG_ET1100_BASE 0x70000000
-#ifdef CONFIG_SYS_USE_DATAFLASH
-
-/* bootstrap + u-boot + env in dataflash on CS0 */
-
-#elif CONFIG_SYS_USE_NANDFLASH
-
-/* bootstrap + u-boot + env + linux in nandflash */
-
-#endif
-
#define CONFIG_SYS_CBSIZE 512
#endif