Commit 78e1830ec285b24895e4efd8b9626af2b12f6746

Authored by tim
1 parent 6eb9976b

make-boot-image: Fix typo in docs AFT_SIZE -> FAT_SIZE

Showing 1 changed file with 1 additions and 1 deletions
tools/make-boot-image
... ... @@ -163,7 +163,7 @@ arguments to help minimise the size of the boot image.
163 163 Name mkfs.vfat parameter
164 164 SECTOR_SIZE -S
165 165 ROOT_DIR_ENTRIES -r
166   -AFT_SIZE -F
  166 +FAT_SIZE -F
167 167  
168 168 EOF
169 169 exit 0
... ...