From 08552275327fb41cfd39464f2e7adfe4b9263211 Mon Sep 17 00:00:00 2001 From: Tim Gover Date: Tue, 10 Dec 2019 11:09:49 +0000 Subject: [PATCH] rpi-eeprom-update: Add hook/flashrom help and fix section formatting Document the EEPROM_CONFIG_HOOK option and move the existing USE_FLASHROM env var to the new section. The other more obscure path options can be documented in other commits --- rpi-eeprom-update | 76 +++++++++++++++++++++++++++++------------------ 1 file changed, 47 insertions(+), 29 deletions(-) diff --git a/rpi-eeprom-update b/rpi-eeprom-update index 3295234..09b4339 100755 --- a/rpi-eeprom-update +++ b/rpi-eeprom-update @@ -291,34 +291,30 @@ checkDependencies() { usage() { cat <