1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-20 02:38:43 +00:00

Remove two configuration entries used for debugging that snuck in.

MFC after:	5 days
X-MFC-Note:	maybe
X-MFC-With:	r320252
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2017-06-23 00:11:34 +00:00
parent 751c20d8a5
commit abd18eca50
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=320253

View File

@ -10,8 +10,7 @@ EMBEDDED_TARGET="arm64"
EMBEDDED_TARGET_ARCH="aarch64"
EMBEDDEDPORTS="sysutils/u-boot-rpi3 security/ca_root_nss"
KERNEL="GENERIC"
#MAKE_FLAGS="${MAKE_FLAGS} -s"
WORLD_FLAGS="${WORLD_FLAGS} -j48 UBLDR_LOADADDR=0x42000000"
WORLD_FLAGS="${WORLD_FLAGS} UBLDR_LOADADDR=0x42000000"
IMAGE_SIZE="2G"
PART_SCHEME="MBR"
FAT_SIZE="50m -b 1m"