[U-Boot] [PATCH 4/4] mx35: mx35pdk: fix when cache functions are linked
Stefano Babic
sbabic at denx.de
Sun Apr 1 15:23:01 CEST 2012
Signed-off-by: Stefano Babic <sbabic at denx.de>
---
include/configs/mx35pdk.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/configs/mx35pdk.h b/include/configs/mx35pdk.h
index 0c62b9f..1e03639 100644
--- a/include/configs/mx35pdk.h
+++ b/include/configs/mx35pdk.h
@@ -38,6 +38,7 @@
/* Set TEXT at the beginning of the NOR flash */
#define CONFIG_SYS_TEXT_BASE 0xA0000000
+#define CONFIG_SYS_CACHELINE_SIZE 32
#define CONFIG_SYS_64BIT_VSPRINTF
@@ -106,6 +107,7 @@
#define CONFIG_BOOTP_DNS
#define CONFIG_CMD_NAND
+#define CONFIG_CMD_CACHE
#define CONFIG_CMD_I2C
#define CONFIG_CMD_SPI
--
1.7.5.4
More information about the U-Boot
mailing list