diff options
| author | Marek Vasut <[email protected]> | 2025-12-23 15:31:12 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-01-07 12:31:26 -0600 |
| commit | 8dd76166e3dc47f898155a047f1594fdc7a63d65 (patch) | |
| tree | 73cbefd920b848ced8a5c4c6f38fbbb886013242 /board | |
| parent | 1f131385810fddaeea23c5cf0269497d7e637534 (diff) | |
configs: sandbox: Enable environment in SPI NOR support
Make environment support in SPI NOR available in sandbox,
so the environment storage in SPI NOR can be tested in CI.
Enable redundant environment support as well to cover this
in CI tests too.
Signed-off-by: Marek Vasut <[email protected]>
Diffstat (limited to 'board')
| -rw-r--r-- | board/sandbox/sandbox.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/sandbox/sandbox.c b/board/sandbox/sandbox.c index d0bb3e3bb48..13006a0ffc2 100644 --- a/board/sandbox/sandbox.c +++ b/board/sandbox/sandbox.c @@ -89,6 +89,7 @@ static enum env_location env_locations[] = { ENVL_NOWHERE, ENVL_EXT4, ENVL_FAT, + ENVL_SPI_FLASH, }; enum env_location env_get_location(enum env_operation op, int prio) |
