diff mbox series

[06/13] smdkc100: Remove some unused options

Message ID 20220615160355.1519592-6-trini@konsulko.com
State Accepted
Commit d398b29aa06553a65642ed49ab0bf98938ffa788
Delegated to: Tom Rini
Headers show
Series [01/13] Convert CONFIG_DW_ALTDESCRIPTOR to Kconfig | expand

Commit Message

Tom Rini June 15, 2022, 4:03 p.m. UTC
There are a few options we test and set and then never reference, remove
them.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
 include/configs/smdkc100.h | 10 ----------
 1 file changed, 10 deletions(-)
diff mbox series

Patch

diff --git a/include/configs/smdkc100.h b/include/configs/smdkc100.h
index a7b0ce9f975a..5edf6f607270 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
  */