Fix cap per @lurch

This commit is contained in:
Andrew Pattison
2019-11-22 22:56:28 +00:00
parent 9e8ea44c99
commit 95e86d7e59

View File

@@ -117,7 +117,7 @@ source EEPROM image.\
which installs them to the /lib/firmware/raspberrypi/bootloader directory.') which installs them to the /lib/firmware/raspberrypi/bootloader directory.')
parser.add_argument('--config', help='Name of bootloader configuration file') parser.add_argument('--config', help='Name of bootloader configuration file')
parser.add_argument('--out', help='Name of output file') parser.add_argument('--out', help='Name of output file')
parser.add_argument('eeprom', help='name of EEPROM file to use as input') parser.add_argument('eeprom', help='Name of EEPROM file to use as input')
args = parser.parse_args() args = parser.parse_args()
image = BootloaderImage(args.eeprom, args.out) image = BootloaderImage(args.eeprom, args.out)