Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d818d7ec8bb06c1bc10270962e28fb0cbd93b64a
Commit:     d818d7ec8bb06c1bc10270962e28fb0cbd93b64a
Parent:     9be4dcb606e647854760fafd0bb1cb3e1a804d16
Author:     Scott Wood <[EMAIL PROTECTED]>
AuthorDate: Sat Apr 28 06:32:15 2007 +1000
Committer:  Paul Mackerras <[EMAIL PROTECTED]>
CommitDate: Mon Apr 30 11:02:04 2007 +1000

    [POWERPC] bootwrapper: CONFIG_ -> CONFIG_DEVICE_TREE
    
    A usage of CONFIG_DEVICE_TREE got accidentally truncated; this
    fix allows out-of-tree dts files to work.
    
    Signed-off-by: Scott Wood <[EMAIL PROTECTED]>
    Signed-off-by: Paul Mackerras <[EMAIL PROTECTED]>
---
 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)
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to