projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97185ec
)
ARM: Fix dtb list when DTB_IMAGE_NAMES is empty
author
Benoit Goby
<benoit@android.com>
Fri, 8 Nov 2013 23:24:19 +0000
(15:24 -0800)
committer
John Stultz
<john.stultz@linaro.org>
Tue, 16 Feb 2016 21:54:06 +0000
(13:54 -0800)
In the 3.10 kernel, dtb-y is not defined in Makefile.boot anymore
but in dts/Makefile, so it needs to be included too.
Change-Id: I6d6fccf933709bcb6220ce8f12b4b9e2a7c40d63
Signed-off-by: Benoit Goby <benoit@android.com>
arch/arm/boot/Makefile
patch
|
blob
|
history
diff --git
a/arch/arm/boot/Makefile
b/arch/arm/boot/Makefile
index 9eca7aee927f3081975d7372a66a358565c33c56..b28e3b34d205f3411e7dca855bc43213f5e5d9c1 100644
(file)
--- a/
arch/arm/boot/Makefile
+++ b/
arch/arm/boot/Makefile
@@
-14,6
+14,7
@@
ifneq ($(MACHINE),)
include $(MACHINE)/Makefile.boot
endif
+include $(srctree)/arch/arm/boot/dts/Makefile
# Note: the following conditions must always be true:
# ZRELADDR == virt_to_phys(PAGE_OFFSET + TEXT_OFFSET)