public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] mpc83xx: fix mpc8313 in-tree building with NAND
@ 2008-09-03 21:04 Kim Phillips
  2008-09-04 20:09 ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 1 reply; 2+ messages in thread
From: Kim Phillips @ 2008-09-03 21:04 UTC (permalink / raw)
  To: u-boot

From: Nick Spence <nick.spence@freescale.com>

and add mpc8313 NAND build to MAKEALL

Signed-off-by: Nick Spence <nick.spence@freescale.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
---
 MAKEALL  |    2 +-
 Makefile |    3 +++
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/MAKEALL b/MAKEALL
index e382947..e49f994 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -320,7 +320,7 @@ LIST_8260="		\
 
 LIST_83xx="		\
 	MPC8313ERDB_33	\
-	MPC8313ERDB_66	\
+	MPC8313ERDB_NAND_66	\
 	MPC8315ERDB	\
 	MPC8323ERDB	\
 	MPC832XEMDS	\
diff --git a/Makefile b/Makefile
index 0f82e71..3d8b61c 100644
--- a/Makefile
+++ b/Makefile
@@ -2082,6 +2082,9 @@ MPC8313ERDB_NAND_66_config: unconfig
 		echo "#define CONFIG_NAND_U_BOOT" >>$(obj)include/config.h ; \
 	fi ;
 	@$(MKCONFIG) -a MPC8313ERDB ppc mpc83xx mpc8313erdb freescale
+	@if [ "$(findstring _NAND_,$@)" ] ; then \
+		echo "CONFIG_NAND_U_BOOT = y" >> $(obj)include/config.mk ; \
+	fi ;
 
 MPC8315ERDB_config: unconfig
 	@$(MKCONFIG) -a MPC8315ERDB ppc mpc83xx mpc8315erdb freescale
-- 
1.6.0.6.gc667

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

* [U-Boot] [PATCH] mpc83xx: fix mpc8313 in-tree building with NAND
  2008-09-03 21:04 [U-Boot] [PATCH] mpc83xx: fix mpc8313 in-tree building with NAND Kim Phillips
@ 2008-09-04 20:09 ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 0 replies; 2+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2008-09-04 20:09 UTC (permalink / raw)
  To: u-boot

On 16:04 Wed 03 Sep     , Kim Phillips wrote:
> From: Nick Spence <nick.spence@freescale.com>
> 
> and add mpc8313 NAND build to MAKEALL
> 
> Signed-off-by: Nick Spence <nick.spence@freescale.com>
> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
> ---
>  MAKEALL  |    2 +-
>  Makefile |    3 +++
>  2 files changed, 4 insertions(+), 1 deletions(-)
> 
> diff --git a/MAKEALL b/MAKEALL
> index e382947..e49f994 100755
> --- a/MAKEALL
> +++ b/MAKEALL
> @@ -320,7 +320,7 @@ LIST_8260="		\
>  
>  LIST_83xx="		\
>  	MPC8313ERDB_33	\
> -	MPC8313ERDB_66	\
> +	MPC8313ERDB_NAND_66	\
why do you remove MPC8313ERDB_66?

Best Regards,
J.

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

end of thread, other threads:[~2008-09-04 20:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-03 21:04 [U-Boot] [PATCH] mpc83xx: fix mpc8313 in-tree building with NAND Kim Phillips
2008-09-04 20:09 ` Jean-Christophe PLAGNIOL-VILLARD

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