summaryrefslogtreecommitdiffstats
path: root/package/firmware
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2021-02-20 19:18:12 +0100
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2021-02-21 13:55:30 +0100
commit1b46554895d3933d4b94f37f6f916908cb9ad763 (patch)
tree95f78afa5e682345e6e907134983f58f1f1612ce /package/firmware
parent8cb50639c771274f21b880474c0b2e0fe202b42f (diff)
downloadopenwrt-1b46554895d3933d4b94f37f6f916908cb9ad763.tar.gz
openwrt-1b46554895d3933d4b94f37f6f916908cb9ad763.tar.bz2
openwrt-1b46554895d3933d4b94f37f6f916908cb9ad763.zip
tfa-layerscape: build fiptool again
The ls-ddr-phy package needs fiptool options that are not available via the version from arm-trusted-firmware-tools. This breaks build for layerscape with the recently added LX2160a: create: unrecognized option '--ddr-immem-udimm-1d' Use the tfa-layerscape variant again for now, but rename it to fiptool-layerscape to indicate that it's a specific variant. This reverts 84bc7d31e0a8 ("tfa-layerscape: don't build fiptool"). Fixes: f59d7aab2a37 ("layerscape: add ddr-phy package") Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de> (cherry picked from commit 910b5d669f907656c6af14242db2482be6a79323)
Diffstat (limited to 'package/firmware')
-rw-r--r--package/firmware/layerscape/ls-ddr-phy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/firmware/layerscape/ls-ddr-phy/Makefile b/package/firmware/layerscape/ls-ddr-phy/Makefile
index ea2ec311b8..bd861962e7 100644
--- a/package/firmware/layerscape/ls-ddr-phy/Makefile
+++ b/package/firmware/layerscape/ls-ddr-phy/Makefile
@@ -29,7 +29,7 @@ endef
define Build/Compile
cd $(PKG_BUILD_DIR)/lx2160a/ && \
- tfa-fiptool create \
+ fiptool-layerscape create \
--ddr-immem-udimm-1d ddr4_pmu_train_imem.bin \
--ddr-immem-udimm-2d ddr4_2d_pmu_train_imem.bin \
--ddr-dmmem-udimm-1d ddr4_pmu_train_dmem.bin \