]> git.sur5r.net Git - u-boot/blobdiff - scripts/Kbuild.include
cmd: Kconfig: Move CONFIG_MP to Kconfig
[u-boot] / scripts / Kbuild.include
index a3a5c59d0da25446b1407fb013a7ec6e8443a5cc..2c7918ad37219b5d2b7e08d64c420283c91b9dfe 100644 (file)
@@ -172,11 +172,6 @@ ld-version = $(shell $(LD) --version | $(srctree)/scripts/ld-version.sh)
 # Usage:  $(call ld-ifversion, -ge, 22252, y)
 ld-ifversion = $(shell [ $(ld-version) $(1) $(2) ] && echo $(3) || echo $(4))
 
-# dtc-option
-# Usage:  DTC_FLAGS += $(call dtc-option,-Wno-unit_address_vs_reg)
-dtc-option = $(call try-run,\
-       echo '/dts-v1/; / {};' | $(DTC) $(1),$(1),$(2))
-
 ######
 
 ###