Fix a copy/paste mistake.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2015-05-07 18:53:48 +00:00
parent 5287f5496e
commit 51aa8af2cc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/release-arm-redux/; revision=282601

View File

@ -19,7 +19,7 @@ NODOC=1
arm_install_uboot() {
UBOOT_DIR="${CHROOTDIR}/usr/local/share/u-boot/u-boot-rpi"
UBOOT_FILES="bootcode.bin config.txt fixup.dat fixup_cd.dat \
start.elf start_cd.elf ubldr uboot.img"
start.elf start_cd.elf uboot.img"
FATMOUNT="${DESTDIR}/fat"
UFSMOUNT="${DESTDIR}/ufs"
mkdir -p "${FATMOUNT}" "${UFSMOUNT}"