r2dplus: fixup CONFIG_SYS_TEXT_BASE to account arch/sh changes
authorVladimir Zapolskiy <vz@mleia.com>
Sun, 27 Nov 2016 22:15:36 +0000 (00:15 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 3 Dec 2016 02:32:54 +0000 (21:32 -0500)
This change allows to reserve enough space at the end of board SDRAM
to store two copies of U-Boot and malloc heap.

Due to selection of the CONFIG_SYS_TEXT_BASE the second code/data
copying is not avoided, first of all this may depend on a used
toolchain, secondly at this point some level of volatility is wanted
to do more platform changes and do not care about probably changed
calculated in runtime relocation offset.

Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
include/configs/r2dplus.h

index e8f60b2718bae1336e857811b54b03979c9afbe2..0e954af1eb2861472c2e766d27ed02fc8d33f6c9 100644 (file)
@@ -29,7 +29,7 @@
 #define CONFIG_SYS_SDRAM_BASE          0x8C000000
 #define CONFIG_SYS_SDRAM_SIZE          0x04000000
 
-#define CONFIG_SYS_TEXT_BASE           0x8FFC0000
+#define CONFIG_SYS_TEXT_BASE           0x8FE00000
 #define CONFIG_SYS_LONGHELP
 #define CONFIG_SYS_CBSIZE              256
 #define CONFIG_SYS_PBSIZE              256