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>
This commit is contained in:
parent
140f0aa0de
commit
d398b29aa0
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user