Deleted Added
full compact
24c24
< * $FreeBSD: head/sys/boot/arm/at91/boot0spi/main.c 161369 2006-08-16 23:18:07Z imp $
---
> * $FreeBSD: head/sys/boot/arm/at91/boot0spi/main.c 163595 2006-10-21 22:43:07Z imp $
43c43
< printf("Waiting for data\r\n");
---
> printf("Waiting for data\n");
46,48c46,48
< printf("\r\nDownloaded %u bytes.\r\n", len);
< p_memcpy(addr3, addr, (len + FLASH_PAGE_SIZE - 1) / FLASH_PAGE_SIZE * FLASH_PAGE_SIZE);
< printf("Writing %u bytes to flash at %u\r\n", len, OFFSET);
---
> printf("\nDownloaded %u bytes.\n", len);
> memcpy(addr3, addr, (len + FLASH_PAGE_SIZE - 1) / FLASH_PAGE_SIZE * FLASH_PAGE_SIZE);
> printf("Writing %u bytes to flash at %u\n", len, OFFSET);
58c58
< printf("Bad Readback at %u\r\n", i);
---
> printf("Bad Readback at %u\n", i);