Revert "board/raspberrypi: handle dtb overlays for all variants"

This reverts commit 6021f3678b.

That change is no more relevant since the genimage.cfg files are
generated by the commit e37ee5acdc (board/raspberrypi/post-image.sh:
generate genimage config from template if not present), and since the
variant-specific files were dropped off by the commit fc5cdeed72
(board/raspberrypi: drop variant-specific genimage files).

This removes the very last alive piece of change of the commit
6021f3678b (board/raspberrypi: handle dtb overlays for all variants);
the commit is fully reverted now.

Signed-off-by: Gaël PORTAY <gael.portay@rtone.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Gaël PORTAY 2023-11-22 02:41:07 +01:00 committed by Peter Korsgaard
parent ad21d833e0
commit 56fd785434

View File

@ -14,6 +14,3 @@ elif [ -d ${TARGET_DIR}/etc/systemd ]; then
ln -sf /lib/systemd/system/getty@.service \ ln -sf /lib/systemd/system/getty@.service \
"${TARGET_DIR}/etc/systemd/system/getty.target.wants/getty@tty1.service" "${TARGET_DIR}/etc/systemd/system/getty.target.wants/getty@tty1.service"
fi fi
# ensure overlays exists for genimage
mkdir -p "${BINARIES_DIR}/rpi-firmware/overlays"