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 <trevor@toganlabs.com>
This commit is contained in:
Trevor Woerner 2019-05-03 09:40:57 -04:00 committed by Tom Rini
parent b7b4af0e35
commit 18592cc40b

View File

@ -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