summaryrefslogtreecommitdiff
path: root/include/configs/origen.h
diff options
context:
space:
mode:
authorTrevor Woerner <trevor@toganlabs.com>2019-05-03 16:40:57 +0300
committerTom Rini <trini@konsulko.com>2019-05-18 15:15:34 +0300
commit18592cc40b5d89847c1ba28d02b5ae3bfe71a1dc (patch)
tree736ad77dfc0fd7dd9319cd6529063919f65ab5bd /include/configs/origen.h
parentb7b4af0e357f4cb2a1133ca8d8cec66cbd11de81 (diff)
downloadu-boot-18592cc40b5d89847c1ba28d02b5ae3bfe71a1dc.tar.xz
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>
Diffstat (limited to 'include/configs/origen.h')
-rw-r--r--include/configs/origen.h2
1 files changed, 1 insertions, 1 deletions
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