mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-18 02:44:37 +00:00
scripts/Makefile.lib: remove bootph-some-ram property from VPL/TPL/SPL
The property isn't useful in VPL/SPL/TPL as it is only for U-Boot proper pre-reloc, which has its own DTB. Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
8188cb342d
commit
4721d1cb8e
1 changed files with 1 additions and 1 deletions
|
@ -673,7 +673,7 @@ quiet_cmd_fdtgrep = FDTGREP $@
|
|||
-n /chosen -n /config -O dtb | \
|
||||
$(objtree)/tools/fdtgrep -r -O dtb - -o $@ \
|
||||
-P bootph-all -P bootph-pre-ram -P bootph-pre-sram \
|
||||
-P bootph-verify \
|
||||
-P bootph-verify -P bootph-some-ram \
|
||||
$(migrate_all) \
|
||||
$(addprefix -P ,$(subst $\",,$(CONFIG_OF_SPL_REMOVE_PROPS)))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue