diff options
| author | Konstantin Porotchkin <[email protected]> | 2018-08-29 16:34:53 +0300 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2018-09-19 09:02:34 +0200 |
| commit | d3c72c5dc1396ecfc31bb4a8e322457a8c916aec (patch) | |
| tree | e9e8ac60160f95e88508b0b3682a9ce4f6cb791f /include | |
| parent | 25a17652c9c2cc4d88098121fc6a2b8f90020531 (diff) | |
fix: mvebu: Add SPI parameters for environment setup
Add definitions for CONFIG_ENV_SPI_BUS and CONFIG_ENV_SPI_CS
to Armada-388-GP board configuration
Signed-off-by: Konstantin Porotchkin <[email protected]>
Cc: Igal Liberman <[email protected]>
Cc: Stefan Roese <[email protected]>
Signed-off-by: Stefan Roese <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/db-88f6820-gp.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/db-88f6820-gp.h b/include/configs/db-88f6820-gp.h index ac810b0cbc5..f2aa21a43e5 100644 --- a/include/configs/db-88f6820-gp.h +++ b/include/configs/db-88f6820-gp.h @@ -28,6 +28,12 @@ #define CONFIG_SYS_I2C_SLAVE 0x0 #define CONFIG_SYS_I2C_SPEED 100000 +/* + * SPI Flash configuration for the environemnt access + */ +#define CONFIG_ENV_SPI_BUS 0 +#define CONFIG_ENV_SPI_CS 0 + /* SPI NOR flash default params, used by sf commands */ #define CONFIG_SF_DEFAULT_SPEED 1000000 #define CONFIG_SF_DEFAULT_MODE SPI_MODE_3 |
