projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9be4dcb
)
[POWERPC] bootwrapper: CONFIG_ -> CONFIG_DEVICE_TREE
author
Scott Wood
<scottwood@freescale.com>
Fri, 27 Apr 2007 20:32:15 +0000
(06:32 +1000)
committer
Paul Mackerras
<paulus@samba.org>
Mon, 30 Apr 2007 01:02:04 +0000
(11:02 +1000)
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>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/boot/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/arch/powerpc/boot/Makefile
b/arch/powerpc/boot/Makefile
index 9d7b877789958242155ee8a95fc071878792469b..3716594ea33eaec75ea10b40ac1372dffbbc05e6 100644
(file)
--- 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)