Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d818d7ec authored by Scott Wood's avatar Scott Wood Committed by Paul Mackerras
Browse files

[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: default avatarScott Wood <scottwood@freescale.com>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 9be4dcb6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)