diff options
author | imp <imp@FreeBSD.org> | 2006-12-20 17:47:54 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2006-12-20 17:47:54 +0000 |
commit | a4b3e03516f20f7a61d84ac127c8bc7cae59c3de (patch) | |
tree | 7f792d3542a8666f440b356a0dcc67262d79f0d3 /sys/boot/arm | |
parent | b4342466072cebe884630bc1216a2a9d99272a2e (diff) | |
download | FreeBSD-src-a4b3e03516f20f7a61d84ac127c8bc7cae59c3de.zip FreeBSD-src-a4b3e03516f20f7a61d84ac127c8bc7cae59c3de.tar.gz |
MFp4: bwct is a new board choice.
Diffstat (limited to 'sys/boot/arm')
-rw-r--r-- | sys/boot/arm/at91/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/arm/at91/Makefile.inc b/sys/boot/arm/at91/Makefile.inc index a7c4f1c..805b846 100644 --- a/sys/boot/arm/at91/Makefile.inc +++ b/sys/boot/arm/at91/Makefile.inc @@ -5,7 +5,7 @@ __at91_boot_Makefile.inc__: -# tsc, kb920x are the supported flavors +# tsc, bwct, kb920x are the supported flavors BOOT_FLAVOR=kb920x CFLAGS=-Os -mcpu=arm9 -ffreestanding \ |