From 728a116911587f97824aff20dbd2135e873bceb0 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sun, 27 Dec 2015 23:04:10 +0000 Subject: [PATCH] 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. --- tools/tools/nanobsd/embedded/rpi2.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tools/nanobsd/embedded/rpi2.cfg b/tools/tools/nanobsd/embedded/rpi2.cfg index 8415e35f17f5..233f3f4dcb4a 100644 --- a/tools/tools/nanobsd/embedded/rpi2.cfg +++ b/tools/tools/nanobsd/embedded/rpi2.cfg @@ -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