From: Trevor Woerner Date: Fri, 3 May 2019 13:40:57 +0000 (-0400) Subject: CONFIG_SYS_[DI]CACHE_OFF: remove superfluous "1" X-Git-Tag: v2025.01-rc5-pxa1908~2976^2~20 X-Git-Url: http://git.dujemihanovic.xyz/%22/img/sics.gif/%22/static/git-favicon.png?a=commitdiff_plain;h=18592cc40b5d89847c1ba28d02b5ae3bfe71a1dc;p=u-boot.git CONFIG_SYS_[DI]CACHE_OFF: remove superfluous "1" This config is the only config that uses: #define CONFIG_SYS_DCACHE_OFF 1 in its #define. Remove the superfluous "1" so this cache #define is like all the others. Signed-off-by: Trevor Woerner --- diff --git a/include/configs/origen.h b/include/configs/origen.h index 1075084ba3..1b2ed315a7 100644 --- a/include/configs/origen.h +++ b/include/configs/origen.h @@ -14,7 +14,7 @@ #define CONFIG_EXYNOS4210 1 /* which is a EXYNOS4210 SoC */ #define CONFIG_ORIGEN 1 /* working with ORIGEN*/ -#define CONFIG_SYS_DCACHE_OFF 1 +#define CONFIG_SYS_DCACHE_OFF /* ORIGEN has 4 bank of DRAM */ #define CONFIG_SYS_SDRAM_BASE 0x40000000