]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ARM: ATMEL: eb_cpux9k2: fix TEXT_BASE for ramboot target
authorJens Scharsig (BuS Elektronik) <esw@bus-elektronik.de>
Mon, 28 Oct 2013 09:58:15 +0000 (10:58 +0100)
committerAndreas Bießmann <andreas.devel@googlemail.com>
Mon, 4 Nov 2013 19:32:39 +0000 (20:32 +0100)
Since more functions are enabled,  the  eb_cpux9k2_ram target does not boot.
This patch changed the TEXT_BASE, that the code fits between TEXT_BASE and ram end.

Signed-off-by: Jens Scharsig (BuS Elektronik) <esw@bus-elektronik.de>
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
include/configs/eb_cpux9k2.h

index 9d40798e43e46331153aed2b1645067e456d886d..5c2c73ad4bc0f700ced27596408a4c2a03e489d3 100644 (file)
@@ -36,7 +36,7 @@
 #define CONFIG_SYS_TEXT_BASE           0x00000000
 #else
 #define CONFIG_SKIP_LOWLEVEL_INIT
-#define CONFIG_SYS_TEXT_BASE           0x21f00000
+#define CONFIG_SYS_TEXT_BASE           0x21800000
 #endif
 #define CONFIG_SYS_LOAD_ADDR           0x21000000  /* default load address */
 #define CONFIG_STANDALONE_LOAD_ADDR    0x21000000
 #define CONFIG_CMD_UBI
 #define CONFIG_CMD_MTDPARTS
 #define CONFIG_CMD_UBIFS
+
 #define CONFIG_SYS_LONGHELP
 
 /*