summaryrefslogtreecommitdiffstats
path: root/include/configs/trats2.h
diff options
context:
space:
mode:
authorŁukasz Majewski <l.majewski@samsung.com>2014-03-19 14:47:06 +0100
committerMinkyu Kang <mk7.kang@samsung.com>2014-04-02 21:00:04 +0900
commit00b132bf34c5be86a108ac7fe8231ad9e97f6de4 (patch)
tree918612540df21e4422539214d883a0fcd38b7db3 /include/configs/trats2.h
parentda0c5748a315ea8852a85b8af9638571cce0fe94 (diff)
downloadblackbird-obmc-uboot-00b132bf34c5be86a108ac7fe8231ad9e97f6de4.tar.gz
blackbird-obmc-uboot-00b132bf34c5be86a108ac7fe8231ad9e97f6de4.zip
config:trats2: Change u-boot's TEXT_BASE from 0x78100000 to 0x43e00000
The u-boot's image TEXT_BASE needs to be changed to 0x43e00000 from 0x78100000. This change provides compatibility with other trats2 (RD_PQ) devices (http://download.tizen.org/releases/system/). Signed-off-by: Lukasz Majewski <l.majewski@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include/configs/trats2.h')
-rw-r--r--include/configs/trats2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/trats2.h b/include/configs/trats2.h
index 823a8ae66d..85cf4aadc5 100644
--- a/include/configs/trats2.h
+++ b/include/configs/trats2.h
@@ -36,7 +36,7 @@
#define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_SDRAM_BASE + 0x5E00000)
#define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_SDRAM_BASE + 0x3E00000)
-#define CONFIG_SYS_TEXT_BASE 0x78100000
+#define CONFIG_SYS_TEXT_BASE 0x43e00000
#include <linux/sizes.h>
/* Size of malloc() pool */
OpenPOWER on IntegriCloud