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 00:01:36 +0100
commit910b5d669f907656c6af14242db2482be6a79323 (patch)
treebca54b02d05a68473aa96dd4bb92f9b523770301 /package/firmware
parent9dc84018eeefc6bdc19e4dd6291a5f79c3cdb867 (diff)
downloadopenwrt-910b5d669f907656c6af14242db2482be6a79323.tar.gz
openwrt-910b5d669f907656c6af14242db2482be6a79323.tar.bz2
openwrt-910b5d669f907656c6af14242db2482be6a79323.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>
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 \