diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2019-02-04 18:30:47 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2019-02-04 18:30:47 +0000 |
commit | 90b924a12e2b1780c5891aaba5f4cb7e346251d4 (patch) | |
tree | 600f2e162e2207d6604c9311eab7a6c2474515b1 /release/arm64/PINE64-LTS.conf | |
parent | ee8a8076a2bedc9c0db6f2991b8e7fcaf559b09b (diff) | |
download | src-test2-90b924a12e2b1780c5891aaba5f4cb7e346251d4.tar.gz src-test2-90b924a12e2b1780c5891aaba5f4cb7e346251d4.zip |
Notes
Diffstat (limited to 'release/arm64/PINE64-LTS.conf')
-rw-r--r-- | release/arm64/PINE64-LTS.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/arm64/PINE64-LTS.conf b/release/arm64/PINE64-LTS.conf index 8d480007fe5b..a73b3c8a1a91 100644 --- a/release/arm64/PINE64-LTS.conf +++ b/release/arm64/PINE64-LTS.conf @@ -6,7 +6,7 @@ EMBEDDED_TARGET_ARCH="aarch64" EMBEDDED_TARGET="arm64" EMBEDDEDBUILD=1 -EMBEDDEDPORTS="sysutils/u-boot-sopine" +EMBEDDEDPORTS="sysutils/u-boot-pine64-lts" FAT_SIZE="54m -b 1m" FAT_TYPE="16" IMAGE_SIZE="2560M" @@ -18,7 +18,7 @@ FDT_OVERLAYS="sun50i-a64-sid,sun50i-a64-ths,sun50i-a64-timer,sun50i-a64-opp" export BOARDNAME="PINE64-LTS" arm_install_uboot() { - UBOOT_DIR="/usr/local/share/u-boot/u-boot-sopine" + UBOOT_DIR="/usr/local/share/u-boot/u-boot-pine64-lts" UBOOT_FILES="u-boot-sunxi-with-spl.bin" chroot ${CHROOTDIR} dd if=${UBOOT_DIR}/${UBOOT_FILES} \ of=/dev/${mddev} bs=1k seek=8 conv=sync |