1157697SimpThis is a bootstrap bootloader.  It is intended to be used when the
2157697SimpAT91RM9200 is running xmodem over DBGU.  It will download the next stage
3157697Simpof the booting process (or the recovery program) and jump to it.  It loads
4157697Simpthe program at a 1MB offset into SDRAM.  Programs are expected to be
5157697Simpsmaller than this and copy themselves to the right location.
6157697Simp
7157697Simp$FreeBSD: releng/10.3/sys/boot/arm/at91/boot0/README 157697 2006-04-12 21:22:44Z imp $
8