diff options
author | Tom Rini <trini@konsulko.com> | 2022-06-14 14:33:41 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-06-15 08:52:08 -0400 |
commit | c339ca86046dcd56ac4191730dec45a4bb2937e4 (patch) | |
tree | 2f007cb2b137b9ab4b32cf7ab4656f74400532ea | |
parent | 3b24adf41aba2e8b4ce9e01c447d78623dcaa4f0 (diff) | |
download | u-boot-c339ca86046dcd56ac4191730dec45a4bb2937e4.zip u-boot-c339ca86046dcd56ac4191730dec45a4bb2937e4.tar.gz u-boot-c339ca86046dcd56ac4191730dec45a4bb2937e4.tar.bz2 |
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>
-rw-r--r-- | include/configs/smdkc100.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/configs/smdkc100.h b/include/configs/smdkc100.h index a7b0ce9..5edf6f6 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 */ |