diff options
author | Ian Lepore <ian@FreeBSD.org> | 2015-05-05 16:09:25 +0000 |
---|---|---|
committer | Ian Lepore <ian@FreeBSD.org> | 2015-05-05 16:09:25 +0000 |
commit | 65c3de4e620a465cfd7bf067bcc18ec33cc2275b (patch) | |
tree | 0640a764db29d4e5bab4054f67c1d36e6fdd445c /sys/arm/conf/ZEDBOARD | |
parent | 4b9b2a37810c2e9c046888d7114a39a17efb8b15 (diff) | |
download | src-65c3de4e620a465cfd7bf067bcc18ec33cc2275b.tar.gz src-65c3de4e620a465cfd7bf067bcc18ec33cc2275b.zip |
Notes
Diffstat (limited to 'sys/arm/conf/ZEDBOARD')
-rw-r--r-- | sys/arm/conf/ZEDBOARD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/conf/ZEDBOARD b/sys/arm/conf/ZEDBOARD index 7ba3b7db0201..8453823463d0 100644 --- a/sys/arm/conf/ZEDBOARD +++ b/sys/arm/conf/ZEDBOARD @@ -21,6 +21,7 @@ ident ZEDBOARD +include "std.armv6" include "../xilinx/zedboard/std.zedboard" options SCHED_ULE # ULE scheduler @@ -56,7 +57,6 @@ options KBD_INSTALL_CDEV # install a CDEV entry in /dev options FREEBSD_BOOT_LOADER # Process metadata passed from loader(8) options VFP # Enable floating point hardware support options SMP # Enable multiple cores -options ARM_NEW_PMAP # Enable the new v6 pmap # Debugging for use in -current makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols |