From: Tom Rini Date: Wed, 15 Jun 2022 16:03:48 +0000 (-0400) Subject: smdkc100: Remove some unused options X-Git-Tag: baikal/mips/sdk5.8.2~5^2~292^2~6^2~36 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=c7fb267e09dd881253aca46832f2f5075c3ca63a;p=uboot.git 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 --- 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 */