From 7e587b8092524d2caf28704dea16ff285eabdbfa Mon Sep 17 00:00:00 2001 From: andrum99 <58046090+andrum99@users.noreply.github.com> Date: Tue, 12 May 2020 14:37:52 +0100 Subject: [PATCH] rpi-eeprom-config: Pi 4B -> Pi 4 --- rpi-eeprom-config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpi-eeprom-config b/rpi-eeprom-config index 9e96573..a6b5c4d 100755 --- a/rpi-eeprom-config +++ b/rpi-eeprom-config @@ -2,7 +2,7 @@ # rpi-eeprom-config # Utility for reading and writing the configuration file in the -# Raspberry Pi4 bootloader EEPROM image. +# Raspberry Pi 4 bootloader EEPROM image. import argparse import struct @@ -98,7 +98,7 @@ class BootloaderImage(object): def main(): parser = argparse.ArgumentParser(formatter_class=argparse.RawDescriptionHelpFormatter, \ - description='Bootloader EEPROM configuration tool for the Raspberry Pi 4B. \ + description='Bootloader EEPROM configuration tool for the Raspberry Pi 4. \ \n\nThere are 3 operating modes: \ \n\n1. Output the bootloader configuration stored in an EEPROM image file to \ the screen (STDOUT): specify only the name of an EEPROM image file using the \