mirror of
https://xff.cz/git/u-boot/
synced 2025-08-31 08:12:06 +02:00
Validate dtc is new enough
Subsequent patches assume that dtc supports various recent features. These are available in dtc 1.4.0. Validate that dtc is at least that version. Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -119,6 +119,7 @@ endif
|
||||
# Usage gcc-ver := $(call cc-version)
|
||||
cc-version = $(shell $(SHELL) $(SRCTREE)/tools/gcc-version.sh $(CC))
|
||||
binutils-version = $(shell $(SHELL) $(SRCTREE)/tools/binutils-version.sh $(AS))
|
||||
dtc-version = $(shell $(SHELL) $(SRCTREE)/tools/dtc-version.sh $(DTC))
|
||||
|
||||
#
|
||||
# Include the make variables (CC, etc...)
|
||||
|
Reference in New Issue
Block a user