diff options
author | Glen Barber <gjb@FreeBSD.org> | 2017-11-17 17:34:52 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2017-11-17 17:34:52 +0000 |
commit | d025cec6250eb4e6be6290eca20c75eef4b28020 (patch) | |
tree | 2f582e8dc2c245b43be0196d40f5c2ffcda2a4b1 /release/arm64/PINE64.conf | |
parent | 14dc747a100c13b5c7a65ba2f5eea911604b4117 (diff) | |
download | src-d025cec6250eb4e6be6290eca20c75eef4b28020.tar.gz src-d025cec6250eb4e6be6290eca20c75eef4b28020.zip |
Sort variables in arm64 SoC configurations.
Remove an unneeded UBLDR_LOADADDR from RPI3.conf.
Sponsored by: The FreeBSD Foundation
Notes
Notes:
svn path=/head/; revision=325949
Diffstat (limited to 'release/arm64/PINE64.conf')
-rw-r--r-- | release/arm64/PINE64.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/release/arm64/PINE64.conf b/release/arm64/PINE64.conf index a41dce93f707..e48a4c57bcf7 100644 --- a/release/arm64/PINE64.conf +++ b/release/arm64/PINE64.conf @@ -3,17 +3,17 @@ # $FreeBSD$ # -EMBEDDEDBUILD=1 -EMBEDDED_TARGET="arm64" EMBEDDED_TARGET_ARCH="aarch64" +EMBEDDED_TARGET="arm64" +EMBEDDEDBUILD=1 EMBEDDEDPORTS="sysutils/u-boot-pine64" -KERNEL="GENERIC" -IMAGE_SIZE="2560M" -PART_SCHEME="MBR" FAT_SIZE="54m -b 1m" FAT_TYPE="16" +IMAGE_SIZE="2560M" +KERNEL="GENERIC" MD_ARGS="-x 16384 -y 255" NODOC=1 +PART_SCHEME="MBR" export BOARDNAME="PINE64" arm_install_uboot() { |