brcm2708: use BuildDTB in image/Makefile
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 46639
This commit is contained in:
parent
b283426374
commit
98e122e4cc
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ endif
|
|||
|
||||
### Image scripts ###
|
||||
define Build/build-dtb
|
||||
$(LINUX_DIR)/scripts/dtc/dtc -O dtb -o $@.dtb $(DTS_DIR)/$(DEVICE_DTS).dts
|
||||
$(call Image/BuildDTB,$(DTS_DIR)/$(DEVICE_DTS).dts,$@.dtb)
|
||||
endef
|
||||
|
||||
define Build/gen-cfg
|
||||
|
|
Loading…
Reference in a new issue