Deleted Added
full compact
24c24
< * $FreeBSD: head/sys/boot/arm/at91/boot0iic/main.c 157916 2006-04-21 06:48:52Z imp $
---
> * $FreeBSD: head/sys/boot/arm/at91/boot0iic/main.c 161368 2006-08-16 23:14:52Z imp $
31,32d30
< extern void doit(void *);
<
40c38,41
< doit(addr);
---
> InitEEPROM();
> printf("Writing EEPROM from 0x%x to addr 0\r\n", addr);
> WriteEEPROM(0, addr, 8192);
> printf("Write complete. Press reset\r\n");