Commit 09852a987bc8d2c139bb72bf2f9a9c7f90f4097f

Authored by Dodain
Committed by Phil Elwell
1 parent 7b429ab8

Corrected the -b flag in the readme.md

I missed correcting the description in https://github.com/raspberrypi/usbboot/pull/96/commits/14e28be2280212b07d3d64ea20609d76da8145fe
Showing 1 changed file with 1 additions and 1 deletions
Readme.md
... ... @@ -114,7 +114,7 @@ Therefore, any changes to `cmdline.txt` must be made before the `boot.img` file
114 114  
115 115  
116 116 #### Create the boot image
117   -The `-p` product argument (pi4,pi400,cm4) tells the script to discard files which are not required by that product. This makes the image smaller and reduces the time taken to calculate the hash of the image file thereby reducing the boot time.
  117 +The `-b` product argument (pi4,pi400,cm4) tells the script to discard files which are not required by that product. This makes the image smaller and reduces the time taken to calculate the hash of the image file thereby reducing the boot time.
118 118 ```bash
119 119 sudo ../tools/make-boot-image -d secure-boot-files -o boot.img -b pi4
120 120 ```
... ...