public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] SMDKV310: Fix incorrect conditional compilation for MIU linear mapping
@ 2011-05-31 13:52 Thomas Abraham
  2011-06-01  2:47 ` Minkyu Kang
  2011-06-01 17:50 ` Albert ARIBAUD
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas Abraham @ 2011-05-31 13:52 UTC (permalink / raw)
  To: u-boot

Fix the incorrect macro check for MIU linear mapping conditional compilation.

Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org>
---
 board/samsung/smdkv310/mem_setup.S |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/board/samsung/smdkv310/mem_setup.S b/board/samsung/smdkv310/mem_setup.S
index d8c3ed4..73aebe3 100644
--- a/board/samsung/smdkv310/mem_setup.S
+++ b/board/samsung/smdkv310/mem_setup.S
@@ -123,7 +123,7 @@ mem_ctrl_asm_init:
 	ldr	r1, =0x00312640
 	str	r1, [r0, #0x04]		@DMC_MEMCONTROL]
 
-#ifdef MIU_LINEAR
+#ifdef CONFIG_MIU_LINEAR
 	ldr	r1, =0x40e01323
 	str	r1, [r0, #0x08]		@DMC_MEMCONFIG0
 	ldr	r1, =0x60e01323
@@ -255,7 +255,7 @@ mem_ctrl_asm_init:
 	ldr	r1, =0x00312640
 	str	r1, [r0, #0x04]		@DMC_MEMCONTROL]
 
-#ifdef MIU_LINEAR
+#ifdef CONFIG_MIU_LINEAR
 	ldr	r1, =0x40e01323
 	str	r1, [r0, #0x08]		@DMC_MEMCONFIG0
 	ldr	r1, =0x60e01323
-- 
1.6.6.rc2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] SMDKV310: Fix incorrect conditional compilation for MIU linear mapping
  2011-05-31 13:52 [U-Boot] [PATCH] SMDKV310: Fix incorrect conditional compilation for MIU linear mapping Thomas Abraham
@ 2011-06-01  2:47 ` Minkyu Kang
  2011-06-01 17:50 ` Albert ARIBAUD
  1 sibling, 0 replies; 3+ messages in thread
From: Minkyu Kang @ 2011-06-01  2:47 UTC (permalink / raw)
  To: u-boot

On 31 May 2011 22:52, Thomas Abraham <thomas.abraham@linaro.org> wrote:
> Fix the incorrect macro check for MIU linear mapping conditional compilation.
>
> Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org>
> ---
> ?board/samsung/smdkv310/mem_setup.S | ? ?4 ++--
> ?1 files changed, 2 insertions(+), 2 deletions(-)
>

Acked-by: Minkyu Kang <mk7.kang@samsung.com>


Dear Albert ARIBAUD,

This patch is for bugfix.
Please apply it to arm tree directly.

Thanks
Minkyu Kang
-- 
from. prom.
www.promsoft.net

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] SMDKV310: Fix incorrect conditional compilation for MIU linear mapping
  2011-05-31 13:52 [U-Boot] [PATCH] SMDKV310: Fix incorrect conditional compilation for MIU linear mapping Thomas Abraham
  2011-06-01  2:47 ` Minkyu Kang
@ 2011-06-01 17:50 ` Albert ARIBAUD
  1 sibling, 0 replies; 3+ messages in thread
From: Albert ARIBAUD @ 2011-06-01 17:50 UTC (permalink / raw)
  To: u-boot

Hi Thomas,

Le 31/05/2011 15:52, Thomas Abraham a ?crit :
> Fix the incorrect macro check for MIU linear mapping conditional compilation.
>
> Signed-off-by: Thomas Abraham<thomas.abraham@linaro.org>
> ---
>   board/samsung/smdkv310/mem_setup.S |    4 ++--
>   1 files changed, 2 insertions(+), 2 deletions(-)

Upon Minkyu's request: applied to u-boot-arm/master, thanks!

Amicalement,
-- 
Albert.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-06-01 17:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-31 13:52 [U-Boot] [PATCH] SMDKV310: Fix incorrect conditional compilation for MIU linear mapping Thomas Abraham
2011-06-01  2:47 ` Minkyu Kang
2011-06-01 17:50 ` Albert ARIBAUD

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox