Compile for specific cortex model inside the RPi 2. It's closer to

working, and might actually work...
This commit is contained in:
Warner Losh 2016-01-16 05:58:17 +00:00
parent 8046b4f5b5
commit b9d2b617ca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=294134

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