All of lore.kernel.org
 help / color / mirror / Atom feed
From: Minkyu Kang <mk7.kang@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] config:trats2: Change u-boot's TEXT_BASE from 0x78100000 to 0x43e00000
Date: Wed, 02 Apr 2014 21:04:28 +0900	[thread overview]
Message-ID: <533BFCCC.70706@samsung.com> (raw)
In-Reply-To: <1395236826-18126-1-git-send-email-l.majewski@samsung.com>

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.

      reply	other threads:[~2014-04-02 12:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=533BFCCC.70706@samsung.com \
    --to=mk7.kang@samsung.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.