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 reverts84bc7d31e0("tfa-layerscape: don't build fiptool"). Fixes:f59d7aab2a("layerscape: add ddr-phy package") Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de> (cherry picked from commit910b5d669f)
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user