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:
gjb 2017-06-23 00:11:34 +00:00
parent 47a8c8353f
commit 8d06963e5e

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"