summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-06-15 12:03:48 -0400
committerTom Rini <trini@konsulko.com>2022-07-05 17:03:01 -0400
commitd398b29aa06553a65642ed49ab0bf98938ffa788 (patch)
treef1801808aebd621514fe688bf453a4ff2743d5f9 /include/configs
parent140f0aa0deb745bad06ffb0c0e21d87424b12ea7 (diff)
downloadu-boot-d398b29aa06553a65642ed49ab0bf98938ffa788.tar.gz
smdkc100: Remove some unused options
There are a few options we test and set and then never reference, remove them. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/smdkc100.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/configs/smdkc100.h b/include/configs/smdkc100.h
index a7b0ce9f97..5edf6f6072 100644
--- a/include/configs/smdkc100.h
+++ b/include/configs/smdkc100.h
@@ -89,16 +89,6 @@
#define CONFIG_SYS_MONITOR_LEN (256 << 10) /* 256 KiB */
-#if !defined(CONFIG_NAND_SPL) && (CONFIG_SYS_TEXT_BASE >= 0xc0000000)
-#define CONFIG_ENABLE_MMU
-#endif
-
-#ifdef CONFIG_ENABLE_MMU
-#define CONFIG_SYS_MAPPED_RAM_BASE 0xc0000000
-#else
-#define CONFIG_SYS_MAPPED_RAM_BASE CONFIG_SYS_SDRAM_BASE
-#endif
-
/*-----------------------------------------------------------------------
* Boot configuration
*/