summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorVaradarajan Narayanan <[email protected]>2025-05-13 14:47:08 +0530
committerTom Rini <[email protected]>2025-05-29 18:35:50 -0600
commit8bf3e967f6a999faa4782cf4a81f6aa82d31ead8 (patch)
tree1ba7df7e91d6f91f1133b18bce50436da1e1357e /include
parent9a2010941f56929cb28432cc3f4b37a944f55b8e (diff)
env: Add support for storing env variables in SCSI devices
Allow SCSI to be able to store environment variables. Signed-off-by: Varadarajan Narayanan <[email protected]> Acked-by: Casey Connolly <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/env_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/env_internal.h b/include/env_internal.h
index ee939ba4293..75b46d0bcb0 100644
--- a/include/env_internal.h
+++ b/include/env_internal.h
@@ -115,6 +115,7 @@ enum env_location {
ENVL_SPI_FLASH,
ENVL_MTD,
ENVL_UBI,
+ ENVL_SCSI,
ENVL_NOWHERE,
ENVL_COUNT,