Re: [U-Boot] [PATCH] SPEAr: Add ARM relocation support

2012-02-17 Thread Marek Vasut
On 2/17/2012 1:13 AM, Marek Vasut wrote: Signed-off-by: Amit Virdiamit.vi...@st.com Uh, are you sure the Subject correlates with the patch ? M Yeah. The fix is a part of the Relocation feature. For relocation, it is essential that dram_init stores RAM size and do nothing more i.e.

Re: [U-Boot] [PATCH] SPEAr: Add ARM relocation support

2012-02-17 Thread Albert ARIBAUD
Hi Amit, Le 17/02/2012 05:06, Amit Virdi a écrit : On 2/17/2012 1:13 AM, Marek Vasut wrote: Signed-off-by: Amit Virdiamit.vi...@st.com Uh, are you sure the Subject correlates with the patch ? M Yeah. The fix is a part of the Relocation feature. For relocation, it is essential that

Re: [U-Boot] [PATCH] SPEAr: Add ARM relocation support

2012-02-17 Thread Amit Virdi
Hello Marek, On Fri, Feb 17, 2012 at 2:28 PM, Marek Vasut marek.va...@gmail.com wrote: On 2/17/2012 1:13 AM, Marek Vasut wrote: Signed-off-by: Amit Virdiamit.vi...@st.com Uh, are you sure the Subject correlates with the patch ? M Yeah. The fix is a part of the Relocation

Re: [U-Boot] [PATCH] SPEAr: Add ARM relocation support

2012-02-17 Thread Amit Virdi
Ciao Albert, On Fri, Feb 17, 2012 at 2:43 PM, Albert ARIBAUD albert.u.b...@aribaud.netwrote: Hi Amit, Le 17/02/2012 05:06, Amit Virdi a écrit : On 2/17/2012 1:13 AM, Marek Vasut wrote: Signed-off-by: Amit Virdiamit.vi...@st.com Uh, are you sure the Subject correlates with the patch ?

Re: [U-Boot] [PATCH] SPEAr: Add ARM relocation support

2012-02-17 Thread Marek Vasut
Hello Marek, On Fri, Feb 17, 2012 at 2:28 PM, Marek Vasut marek.va...@gmail.com wrote: On 2/17/2012 1:13 AM, Marek Vasut wrote: Signed-off-by: Amit Virdiamit.vi...@st.com Uh, are you sure the Subject correlates with the patch ? M Yeah. The fix is a part of the

[U-Boot] [PATCH] SPEAr: Add ARM relocation support

2012-02-16 Thread Amit Virdi
Signed-off-by: Amit Virdi amit.vi...@st.com --- board/spear/common/spr_misc.c | 20 +--- 1 files changed, 1 insertions(+), 19 deletions(-) diff --git a/board/spear/common/spr_misc.c b/board/spear/common/spr_misc.c index 0812c20..3ab278f 100644 ---

Re: [U-Boot] [PATCH] SPEAr: Add ARM relocation support

2012-02-16 Thread Marek Vasut
Signed-off-by: Amit Virdi amit.vi...@st.com Uh, are you sure the Subject correlates with the patch ? M --- board/spear/common/spr_misc.c | 20 +--- 1 files changed, 1 insertions(+), 19 deletions(-) diff --git a/board/spear/common/spr_misc.c

Re: [U-Boot] [PATCH] SPEAr: Add ARM relocation support

2012-02-16 Thread Amit Virdi
On 2/17/2012 1:13 AM, Marek Vasut wrote: Signed-off-by: Amit Virdiamit.vi...@st.com Uh, are you sure the Subject correlates with the patch ? M Yeah. The fix is a part of the Relocation feature. For relocation, it is essential that dram_init stores RAM size and do nothing more i.e. no