diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2019-11-22 17:36:40 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-04-14 10:04:10 +0000 |
commit | 895c77f361e9d44849cc00eac5a094371fecfc8c (patch) | |
tree | e3ae6847965ab76dd832f2af27700d171226a36e /Documentation/security | |
parent | a6b887e017f2310db79067b18b216036907b2d90 (diff) |
Documentation/vboot: Drop deprecated options from example
4K keys are now default.
Change-Id: I16599d0e8b874f9e8a56100fea06d6e4f94a5c00
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37149
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'Documentation/security')
-rw-r--r-- | Documentation/security/vboot/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/security/vboot/index.md b/Documentation/security/vboot/index.md index 997db8be80..ff2261a669 100644 --- a/Documentation/security/vboot/index.md +++ b/Documentation/security/vboot/index.md @@ -231,7 +231,7 @@ More details are available in `3rdparty/vboot/README`. # The keys were made using the following command # # 3rdparty/vboot/scripts/keygeneration/create_new_keys.sh \ -# --4k --4k-root --output $PWD/keys +# --output $PWD/keys # # # The "magic" numbers below are derived from the GBB section in |