summaryrefslogtreecommitdiff
path: root/include/configs/maxbcm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/maxbcm.h')
-rw-r--r--include/configs/maxbcm.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/configs/maxbcm.h b/include/configs/maxbcm.h
index 0fb117f9d3..3530a26213 100644
--- a/include/configs/maxbcm.h
+++ b/include/configs/maxbcm.h
@@ -15,7 +15,12 @@
#define CONFIG_SYS_GENERIC_BOARD
#define CONFIG_DISPLAY_BOARDINFO_LATE
-#define CONFIG_SYS_TEXT_BASE 0x04000000
+/*
+ * TEXT_BASE needs to be below 16MiB, since this area is scrubbed
+ * for DDR ECC byte filling in the SPL before loading the main
+ * U-Boot into it.
+ */
+#define CONFIG_SYS_TEXT_BASE 0x00800000
#define CONFIG_SYS_TCLK 250000000 /* 250MHz */
/*