All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] ppc/85xx: simplify the top makefile for 36-bit config for mpc8536ds
@ 2009-09-18  3:45 Mingkai Hu
  2009-09-18 18:56 ` Kumar Gala
  0 siblings, 1 reply; 2+ messages in thread
From: Mingkai Hu @ 2009-09-18  3:45 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
---

Sorry for the spam, ingnor the [PATCH] mpc8536: simplify the top makefile for 36-bit config,
this is the new version.

 Makefile                    |    4 +---
 include/configs/MPC8536DS.h |    2 +-
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index 0b61d05..99837a3 100644
--- a/Makefile
+++ b/Makefile
@@ -2448,9 +2448,7 @@ ATUM8548_config:	unconfig
 
 MPC8536DS_36BIT_config \
 MPC8536DS_config:       unconfig
-	@mkdir -p $(obj)include
-	@echo "#define CONFIG_$(@:_config=) 1"	>$(obj)include/config.h
-	@$(MKCONFIG) -a MPC8536DS ppc mpc85xx mpc8536ds freescale
+	@$(MKCONFIG) -t $(@:_config=) MPC8536DS ppc mpc85xx mpc8536ds freescale
 
 MPC8540ADS_config:	unconfig
 	@$(MKCONFIG) $(@:_config=) ppc mpc85xx mpc8540ads freescale
diff --git a/include/configs/MPC8536DS.h b/include/configs/MPC8536DS.h
index 4746e2e..faca805 100644
--- a/include/configs/MPC8536DS.h
+++ b/include/configs/MPC8536DS.h
@@ -27,7 +27,7 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
-#ifdef CONFIG_MPC8536DS_36BIT
+#ifdef CONFIG_MK_36BIT
 #define CONFIG_PHYS_64BIT	1
 #endif
 
-- 
1.6.4

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

* [U-Boot] [PATCH] ppc/85xx: simplify the top makefile for 36-bit config for mpc8536ds
  2009-09-18  3:45 [U-Boot] [PATCH] ppc/85xx: simplify the top makefile for 36-bit config for mpc8536ds Mingkai Hu
@ 2009-09-18 18:56 ` Kumar Gala
  0 siblings, 0 replies; 2+ messages in thread
From: Kumar Gala @ 2009-09-18 18:56 UTC (permalink / raw)
  To: u-boot


On Sep 17, 2009, at 10:45 PM, Mingkai Hu wrote:

> Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
> ---
>
> Sorry for the spam, ingnor the [PATCH] mpc8536: simplify the top  
> makefile for 36-bit config,
> this is the new version.
>
> Makefile                    |    4 +---
> include/configs/MPC8536DS.h |    2 +-
> 2 files changed, 2 insertions(+), 4 deletions(-)

applied to 85xx

- k

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

end of thread, other threads:[~2009-09-18 18:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-18  3:45 [U-Boot] [PATCH] ppc/85xx: simplify the top makefile for 36-bit config for mpc8536ds Mingkai Hu
2009-09-18 18:56 ` Kumar Gala

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.