diff options
author | gjb <gjb@FreeBSD.org> | 2015-05-07 17:50:24 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2015-05-07 17:50:24 +0000 |
commit | 8db5e66f8992eb1f05ca70e4000df2f0a455457f (patch) | |
tree | f5888fca4d9b1de958f8578f3bbb1081815ede75 /release | |
parent | dd14d1e0ad341a2249343204c57779b03b23c151 (diff) | |
download | FreeBSD-src-8db5e66f8992eb1f05ca70e4000df2f0a455457f.zip FreeBSD-src-8db5e66f8992eb1f05ca70e4000df2f0a455457f.tar.gz |
Set UBLDR_LOADADDR for the BEAGLEBONE image.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'release')
-rw-r--r-- | release/arm/BEAGLEBONE.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/release/arm/BEAGLEBONE.conf b/release/arm/BEAGLEBONE.conf index da18ff1..9845b15 100644 --- a/release/arm/BEAGLEBONE.conf +++ b/release/arm/BEAGLEBONE.conf @@ -8,6 +8,7 @@ EMBEDDED_TARGET="arm" EMBEDDED_TARGET_ARCH="armv6" EMBEDDEDPORTS="sysutils/u-boot-beaglebone" KERNEL="BEAGLEBONE" +WORLD_FLAGS="${WORLD_FLAGS} UBLDR_LOADADDR=0x88000000" IMAGE_SIZE="1G" PART_SCHEME="MBR" FAT_SIZE="2m" |