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.
This commit is contained in:
Warner Losh 2006-04-21 06:43:32 +00:00
parent 9bbf94367c
commit ecade1c5b5

View File

@ -1,5 +1,5 @@
# $FreeBSD$
SUBDIR= libat91 boot0 bootiic bootspi
SUBDIR= libat91 boot0 boot0iic boot0spi bootiic bootspi
.include <bsd.subdir.mk>