From a7cdd0dedd4e59a6d42de2cf0de24720965edb4a Mon Sep 17 00:00:00 2001 From: imp Date: Fri, 21 Apr 2006 06:43:32 +0000 Subject: 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. --- sys/boot/arm/at91/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/boot') 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 -- cgit v1.1