mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
fdt: Rename the DEV_TREE_BIN Makefile flag to to EXT_DTB
This seems like a better name. This is a patch-up to the earlier commit
63b4b5b
, and also removes a redundant Makefile change.
Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -12,8 +12,8 @@ ifeq ($(DEVICE_TREE),)
|
||||
DEVICE_TREE := unset
|
||||
endif
|
||||
|
||||
ifneq ($(DEV_TREE_BIN),)
|
||||
DTB := $(DEV_TREE_BIN)
|
||||
ifneq ($(EXT_DTB),)
|
||||
DTB := $(EXT_DTB)
|
||||
else
|
||||
DTB := arch/$(ARCH)/dts/$(DEVICE_TREE).dtb
|
||||
endif
|
||||
|
Reference in New Issue
Block a user