diff options
author | Scott Wood <scottwood@freescale.com> | 2007-04-27 16:32:15 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-04-29 21:02:04 -0400 |
commit | d818d7ec8bb06c1bc10270962e28fb0cbd93b64a (patch) | |
tree | f4fbea5a7daca3940cc59ed6a10100bf1509c473 /arch | |
parent | 9be4dcb606e647854760fafd0bb1cb3e1a804d16 (diff) |
[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 <scottwood@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch')
-rw-r--r-- | 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 9d7b87778995..3716594ea33e 100644 --- a/arch/powerpc/boot/Makefile +++ b/arch/powerpc/boot/Makefile | |||
@@ -166,7 +166,7 @@ cuboot-plat-$(CONFIG_83xx) += 83xx | |||
166 | cuboot-plat-$(CONFIG_85xx) += 85xx | 166 | cuboot-plat-$(CONFIG_85xx) += 85xx |
167 | cuboot-plat-y += unknown-platform | 167 | cuboot-plat-y += unknown-platform |
168 | 168 | ||
169 | dts = $(if $(shell echo $(CONFIG_) | grep '^/'),\ | 169 | dts = $(if $(shell echo $(CONFIG_DEVICE_TREE) | grep '^/'),\ |
170 | ,$(srctree)/$(src)/dts/)$(CONFIG_DEVICE_TREE) | 170 | ,$(srctree)/$(src)/dts/)$(CONFIG_DEVICE_TREE) |
171 | 171 | ||
172 | $(obj)/cuImage: vmlinux $(wrapperbits) | 172 | $(obj)/cuImage: vmlinux $(wrapperbits) |