diff options
| author | Abdellatif El Khlifi <[email protected]> | 2023-04-17 10:11:55 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-04-27 17:01:14 -0400 |
| commit | cc89b7cf419223a746ab3cfc5741a19cd40ebabe (patch) | |
| tree | fda0dbc390c9de9bff060019e61a9f08b326e960 /configs | |
| parent | 4b6d114d6d30dafd18c27fb00608b2f6038ac5ff (diff) | |
sandbox64: add support for NVMXIP QSPI
enable NVMXIP QSPI for sandbox 64-bit
Adding two NVM XIP QSPI storage devices.
Signed-off-by: Abdellatif El Khlifi <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/sandbox64_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox64_defconfig b/configs/sandbox64_defconfig index af2c56ad4c6..bb877b6a587 100644 --- a/configs/sandbox64_defconfig +++ b/configs/sandbox64_defconfig @@ -260,3 +260,4 @@ CONFIG_FWU_MULTI_BANK_UPDATE=y CONFIG_UNIT_TEST=y CONFIG_UT_TIME=y CONFIG_UT_DM=y +CONFIG_NVMXIP_QSPI=y |
