There's currently some issues with armv7-class of CPUs code generation

with our default toolchain. Turn it off here until that all gets
sorted out.
This commit is contained in:
Warner Losh 2015-12-27 23:04:10 +00:00
parent 9c0c355f2a
commit 728a116911
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=292808

View File

@ -31,6 +31,6 @@ NANO_KERNEL=RPI2
NANO_DRIVE=mmcsd0
NANO_NAME=rpi2
NANO_BOOT_PKG=u-boot-rpi2
NANO_CPUTYPE=cortex-a7
# NANO_CPUTYPE=cortex-a7
. common # Pull in common definitions, keep last