Commit 7196788f9ec55cfe0f8959b16b4674a4feb1c163

Authored by Tim Gover
1 parent 1cd70e58

secure-boot: Remove unnecessary warning

recovery.bin prevent revoke_devkey from being set before the
customer key has been programmed.
secure-boot-recovery/README.md
... ... @@ -86,9 +86,6 @@ To enable this edit the `config.txt` file in this directory and set
86 86 requires secure-boot mode and prevents downgrades to bootloader versions that
87 87 don't support secure boot.
88 88  
89   - ** DO NOT SET THIS `revoke_devkey` UNTIL THE BOOTLOADER IS SIGNED WITH THE SECURE
90   -BOOT KEY. IT WILL PREVENT THE PI FROM BOOTING.**
91   -
92 89 ## Disabling VideoCore JTAG
93 90  
94 91 VideoCore JTAG may be permentantly disabled by setting `program_jtag_lock` in
... ...