summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2006-04-21 06:43:32 +0000
committerimp <imp@FreeBSD.org>2006-04-21 06:43:32 +0000
commita7cdd0dedd4e59a6d42de2cf0de24720965edb4a (patch)
treee4635db6ef266e4b7d65b889a5ad352b658df410 /sys/boot
parent0e7c77416b0a1cc3bbb4fc1ba6662205807f895e (diff)
downloadFreeBSD-src-a7cdd0dedd4e59a6d42de2cf0de24720965edb4a.zip
FreeBSD-src-a7cdd0dedd4e59a6d42de2cf0de24720965edb4a.tar.gz
Add boot0iic and boot0spi. These are 'shortcut' boot loaders designed
to replace either a bad iic eeprom with one you download with xmodem, or likewise with a spi flash.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/arm/at91/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/arm/at91/Makefile b/sys/boot/arm/at91/Makefile
index 9c9b84f..e57e593 100644
--- a/sys/boot/arm/at91/Makefile
+++ b/sys/boot/arm/at91/Makefile
@@ -1,5 +1,5 @@
# $FreeBSD$
-SUBDIR= libat91 boot0 bootiic bootspi
+SUBDIR= libat91 boot0 boot0iic boot0spi bootiic bootspi
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud