* [U-Boot] [PATCH] config:trats2: Change u-boot's TEXT_BASE from 0x78100000 to 0x43e00000
@ 2014-03-19 13:47 Lukasz Majewski
2014-04-02 12:04 ` Minkyu Kang
0 siblings, 1 reply; 2+ messages in thread
From: Lukasz Majewski @ 2014-03-19 13:47 UTC (permalink / raw)
To: u-boot
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>
Cc: Minkyu Kang <mk7.kang@samsung.com>
---
include/configs/trats2.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/trats2.h b/include/configs/trats2.h
index 823a8ae..85cf4aa 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 */
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH] config:trats2: Change u-boot's TEXT_BASE from 0x78100000 to 0x43e00000
2014-03-19 13:47 [U-Boot] [PATCH] config:trats2: Change u-boot's TEXT_BASE from 0x78100000 to 0x43e00000 Lukasz Majewski
@ 2014-04-02 12:04 ` Minkyu Kang
0 siblings, 0 replies; 2+ messages in thread
From: Minkyu Kang @ 2014-04-02 12:04 UTC (permalink / raw)
To: u-boot
On 19/03/14 22:47, Lukasz Majewski wrote:
> 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>
> Cc: Minkyu Kang <mk7.kang@samsung.com>
> ---
> include/configs/trats2.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/configs/trats2.h b/include/configs/trats2.h
> index 823a8ae..85cf4aa 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 */
>
applied to u-boot-samsung.
Thanks,
Minkyu Kang.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-04-02 12:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-19 13:47 [U-Boot] [PATCH] config:trats2: Change u-boot's TEXT_BASE from 0x78100000 to 0x43e00000 Lukasz Majewski
2014-04-02 12:04 ` Minkyu Kang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox