commit | 4721d1cb8e45795c10fad252fdfc4951fefaeff2 | [log] [tgz] |
---|---|---|
author | Quentin Schulz <quentin.schulz@cherry.de> | Wed Jun 19 13:33:28 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Jun 26 13:17:51 2024 -0600 |
tree | e48ea854b49f86119710891d84c7dd87a38c44aa | |
parent | 8188cb342d00ae7119a6e4bfc21f7a47f46c4c4a [diff] |
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>