projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9709dab
)
ANDROID: 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
Amit Pundir
<amit.pundir@linaro.org>
Mon, 18 Dec 2017 15:41:22 +0000
(21:11 +0530)
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
|
blame
|
history
diff --git
a/arch/arm/boot/Makefile
b/arch/arm/boot/Makefile
index 50f8d1be7fcbe7cdcecb37f54f2b24f514a65974..42f3fdfc2a99298f80d94b889f1b69100f57fc42 100644
(file)
--- a/
arch/arm/boot/Makefile
+++ b/
arch/arm/boot/Makefile
@@
-16,6
+16,7
@@
OBJCOPYFLAGS :=-O binary -R .comment -S
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)