diff options
Diffstat (limited to 'stand/arm/uboot/version')
-rw-r--r-- | stand/arm/uboot/version | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/stand/arm/uboot/version b/stand/arm/uboot/version new file mode 100644 index 000000000000..486c4125cc0d --- /dev/null +++ b/stand/arm/uboot/version @@ -0,0 +1,9 @@ +$FreeBSD$ + +NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this +file is important. Make sure the current version number is on line 6. + +1.2: Extended with NAND FS support. +1.1: Flattened Device Tree blob support. +1.0: Added storage support. Booting from HDD, USB, etc. is now possible. +0.5: Initial U-Boot/arm version (netbooting only). |