svn commit: r292808 - head/tools/tools/nanobsd/embedded

Warner Losh imp at FreeBSD.org
Sun Dec 27 23:04:12 UTC 2015


Author: imp
Date: Sun Dec 27 23:04:10 2015
New Revision: 292808
URL: https://svnweb.freebsd.org/changeset/base/292808

Log:
  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.

Modified:
  head/tools/tools/nanobsd/embedded/rpi2.cfg

Modified: head/tools/tools/nanobsd/embedded/rpi2.cfg
==============================================================================
--- head/tools/tools/nanobsd/embedded/rpi2.cfg	Sun Dec 27 21:58:13 2015	(r292807)
+++ head/tools/tools/nanobsd/embedded/rpi2.cfg	Sun Dec 27 23:04:10 2015	(r292808)
@@ -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


More information about the svn-src-head mailing list