common: Remove remnants of old separate FIT-header-PoC

Now that the uncut FIT is stored in primary/secondary, we don't create
any FIT header files.

Fixes: 499a8f7 ("common: Create (e)MMC image with redundant root filesystems")
This commit is contained in:
Tobias Waldekranz
2023-02-28 11:00:15 +01:00
committed by Joachim Wiberg
parent c94c360d4a
commit 07dd863fb9
-2
View File
@@ -8,8 +8,6 @@ tmp=$BUILD_DIR/genimage.tmp
mkdir -p $root/aux
cp -f $BINARIES_DIR/rootfs.itbh $root/aux/primary.itbh
cp -f $BINARIES_DIR/rootfs.itbh $root/aux/secondary.itbh
cp -f $BINARIES_DIR/uboot-env.bin $root/aux/uboot.env
rm -rf $tmp