of: clean up OF_CONTROL ifdef conditionals
[oweals/u-boot.git] / include / configs / maxbcm.h
index 0fb117f9d3651a59af64c74366cfa94502566625..3530a2621389c9df30ed8aecffbc6b07dcfdc764 100644 (file)
 #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 */
 
 /*