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 /doc/develop/driver-model | |
| 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 'doc/develop/driver-model')
| -rw-r--r-- | doc/develop/driver-model/nvmxip.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/develop/driver-model/nvmxip.rst b/doc/develop/driver-model/nvmxip.rst index 09afdbcccf5..e85dc220b9c 100644 --- a/doc/develop/driver-model/nvmxip.rst +++ b/doc/develop/driver-model/nvmxip.rst @@ -56,7 +56,7 @@ The implementation is generic and can be used by different platforms. Supported hardware -------------------------------- -Any 64-bit plaform. +Any plaform supporting readq(). Configuration ---------------------- |
