]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Makefile.lib: remove stale migrate_xxx logic from fdtgrep logic
authorRasmus Villemoes <rv@rasmusvillemoes.dk>
Wed, 17 Jun 2026 13:12:04 +0000 (15:12 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 30 Jun 2026 19:38:12 +0000 (13:38 -0600)
Commit 6d04828b452 ("dm: Remove pre-schema tag support") removed the
definitions of these migrate_xxx variables, but left behind their use
in the fdtgrep rule, which now makes that somewhat hard to understand.

Signed-off-by: Rasmus Villemoes <rv@rasmusvillemoes.dk>
Reviewed-by: Simon Glass <sjg@chromium.org>
scripts/Makefile.lib

index d66f1ed13b1359354fc1e9f95af23cf64b84fe3a..122c8e782040dd7dfdfedac8a814c1200fa89cdb 100644 (file)
@@ -674,12 +674,12 @@ cmd_mkimage = $(objtree)/tools/mkimage $(MKIMAGEFLAGS_$(@F)) -d $< $@ \
 # The output is typically a much smaller device tree file.
 
 ifeq ($(CONFIG_VPL_BUILD),y)
-fdtgrep_props := -b bootph-all -b bootph-verify $(migrate_vpl)
+fdtgrep_props := -b bootph-all -b bootph-verify
 else
 ifeq ($(CONFIG_TPL_BUILD),y)
-fdtgrep_props := -b bootph-all -b bootph-pre-sram $(migrate_tpl)
+fdtgrep_props := -b bootph-all -b bootph-pre-sram
 else
-fdtgrep_props := -b bootph-all -b bootph-pre-ram $(migrate_spl)
+fdtgrep_props := -b bootph-all -b bootph-pre-ram
 endif
 endif
 
@@ -699,7 +699,6 @@ quiet_cmd_fdtgrep = FDTGREP $@
        $(objtree)/tools/fdtgrep -r -O dtb - -o $@ \
                -P bootph-all -P bootph-pre-ram -P bootph-pre-sram \
                -P bootph-verify -P bootph-some-ram \
-               $(migrate_all) \
                $(addprefix -P ,$(subst $\",,$(CONFIG_OF_SPL_REMOVE_PROPS)))
 
 # fdt_rm_props