[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>
This commit is contained in:
committed by
Paul Mackerras
parent
9be4dcb606
commit
d818d7ec8b
@@ -166,7 +166,7 @@ cuboot-plat-$(CONFIG_83xx) += 83xx
|
|||||||
cuboot-plat-$(CONFIG_85xx) += 85xx
|
cuboot-plat-$(CONFIG_85xx) += 85xx
|
||||||
cuboot-plat-y += unknown-platform
|
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)
|
,$(srctree)/$(src)/dts/)$(CONFIG_DEVICE_TREE)
|
||||||
|
|
||||||
$(obj)/cuImage: vmlinux $(wrapperbits)
|
$(obj)/cuImage: vmlinux $(wrapperbits)
|
||||||
|
Reference in New Issue
Block a user