[PATCH v3 22/95] cmd: Add a Kconfig for SPL_CRC32_VERIFY
Simon Glass
sjg at chromium.org
Mon Feb 13 00:15:25 CET 2023
This is implicitly used in the source and seems useful, so add it.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
(no changes since v1)
cmd/Kconfig | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 2caa4af71cb..c8792af883e 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -686,6 +686,10 @@ config CRC32_VERIFY
help
Add -v option to verify data against a crc32 checksum.
+config SPL_CRC32_VERIFY
+ def_bool n # crc32 -v (SPL)
+ depends on SPL
+
config CMD_EEPROM
bool "eeprom - EEPROM subsystem"
help
--
2.39.1.581.gbfd45094c4-goog
More information about the U-Boot
mailing list