scripts: Makefile: Change output overlay from .dtb to .tmp
If the output overlayed file has the .dtb extension, then the build system may interpret the overlayed file as a SOC DTB file which will result in the final kernel image including properties from the board files. Change-Id: I857d5dc731b1bbcd880a7543a437e10f4f9bf912 Signed-off-by: Kyle Yan <kyan@codeaurora.org>
This commit is contained in:
parent
5d5044069e
commit
0d9f81fc43
@ -11,7 +11,7 @@ dtbo := $(addprefix $(obj)/,$(dtbo))
|
||||
ifneq ($(DTC_OVERLAY_TEST_EXT),)
|
||||
DTC_OVERLAY_TEST = $(DTC_OVERLAY_TEST_EXT)
|
||||
quiet_cmd_dtbo_verify = VERIFY $@
|
||||
cmd_dtbo_verify = $(DTC_OVERLAY_TEST) $(addprefix $(obj)/,$($(@F)-base)) $@ $(dot-target).dtb
|
||||
cmd_dtbo_verify = $(DTC_OVERLAY_TEST) $(addprefix $(obj)/,$($(@F)-base)) $@ $(dot-target).tmp
|
||||
else
|
||||
cmd_dtbo_verify = true
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user