linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] bootwrapper: CONFIG_ -> CONFIG_DEVICE_TREE
@ 2007-04-27 20:32 Scott Wood
  2007-04-30  5:35 ` David Gibson
  0 siblings, 1 reply; 2+ messages in thread
From: Scott Wood @ 2007-04-27 20:32 UTC (permalink / raw)
  To: paulus; +Cc: linuxppc-dev

A usage of CONFIG_DEVICE_TREE got accidentally truncated; this
fix allows out-of-tree dts files to work.

Signed-off-by: Scott Wood <scottwood@freescale.com>
---
 arch/powerpc/boot/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile
index 9d7b877..3716594 100644
--- a/arch/powerpc/boot/Makefile
+++ b/arch/powerpc/boot/Makefile
@@ -166,7 +166,7 @@ cuboot-plat-$(CONFIG_83xx) += 83xx
 cuboot-plat-$(CONFIG_85xx) += 85xx
 cuboot-plat-y += unknown-platform
 
-dts = $(if $(shell echo $(CONFIG_) | grep '^/'),\
+dts = $(if $(shell echo $(CONFIG_DEVICE_TREE) | grep '^/'),\
        ,$(srctree)/$(src)/dts/)$(CONFIG_DEVICE_TREE)
 
 $(obj)/cuImage: vmlinux $(wrapperbits)
-- 
1.5.0.3

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

* Re: [PATCH] bootwrapper: CONFIG_ -> CONFIG_DEVICE_TREE
  2007-04-27 20:32 [PATCH] bootwrapper: CONFIG_ -> CONFIG_DEVICE_TREE Scott Wood
@ 2007-04-30  5:35 ` David Gibson
  0 siblings, 0 replies; 2+ messages in thread
From: David Gibson @ 2007-04-30  5:35 UTC (permalink / raw)
  To: Scott Wood; +Cc: linuxppc-dev, paulus

On Fri, Apr 27, 2007 at 03:32:15PM -0500, Scott Wood wrote:
> A usage of CONFIG_DEVICE_TREE got accidentally truncated; this
> fix allows out-of-tree dts files to work.
> 
> Signed-off-by: Scott Wood <scottwood@freescale.com>

Acked-by: David Gibson <david@gibson.dropbear.id.au>

-- 
David Gibson			| I'll have my music baroque, and my code
david AT gibson.dropbear.id.au	| minimalist, thank you.  NOT _the_ _other_
				| _way_ _around_!
http://www.ozlabs.org/~dgibson

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

end of thread, other threads:[~2007-04-30  5:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-27 20:32 [PATCH] bootwrapper: CONFIG_ -> CONFIG_DEVICE_TREE Scott Wood
2007-04-30  5:35 ` David Gibson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).