RPI3: Add RPi4 firmware files to the FAT partition

I've discovered I have this local diff that never got committed -- this
should have been a part of r355424.

Reproted by:	Klaus Küchemann <maciphone2@googlemail.com>
This commit is contained in:
Kyle Evans 2020-01-31 15:56:08 +00:00
parent 1c29da0279
commit a0dc3f8626
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=357335

View file

@ -25,7 +25,9 @@ arm_install_uboot() {
UBOOT_FILES="README u-boot.bin"
DTB_FILES="armstub8.bin armstub8-gic.bin bootcode.bin fixup_cd.dat \
fixup_db.dat fixup_x.dat fixup.dat LICENCE.broadcom \
start_cd.elf start_db.elf start_x.elf start.elf ${DTB}"
start_cd.elf start_db.elf start_x.elf start.elf \
fixup4.dat fixup4cd.dat fixup4db.dat fixup4x.dat start4.elf \
start4cd.elf start4db.elf start4x.elf ${DTB}"
FATMOUNT="${DESTDIR%${KERNEL}}fat"
chroot ${CHROOTDIR} mkdir -p "${FATMOUNT}"
chroot ${CHROOTDIR} mount_msdosfs /dev/${mddev}s1 ${FATMOUNT}