diff options
| author | Ian Ray <[email protected]> | 2018-04-23 17:09:53 +0200 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2018-05-17 11:52:24 +0200 |
| commit | 4f92529fa33e9a9a861b10453d4e9fc89235877a (patch) | |
| tree | a6d7f63845f7043c93c7ed3b7a67ecbeb93ece8e | |
| parent | f2d0f5e7ab3b8a7b4bf6e2ac499b4867c701d52d (diff) | |
board: ge: bx50v3: add winbond SPI NOR support
Add winbond SPI NOR support, which is being used by newer hardware.
Signed-off-by: Ian Ray <[email protected]>
Signed-off-by: Sebastian Reichel <[email protected]>
| -rw-r--r-- | configs/ge_b450v3_defconfig | 1 | ||||
| -rw-r--r-- | configs/ge_b650v3_defconfig | 1 | ||||
| -rw-r--r-- | configs/ge_b850v3_defconfig | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/configs/ge_b450v3_defconfig b/configs/ge_b450v3_defconfig index 1be7fe0bd10..cc76434249a 100644 --- a/configs/ge_b450v3_defconfig +++ b/configs/ge_b450v3_defconfig @@ -41,3 +41,4 @@ CONFIG_SPI=y CONFIG_MXC_SPI=y CONFIG_OF_LIBFDT=y # CONFIG_EFI_LOADER is not set +CONFIG_SPI_FLASH_WINBOND=y diff --git a/configs/ge_b650v3_defconfig b/configs/ge_b650v3_defconfig index ccea22503eb..f03b635801a 100644 --- a/configs/ge_b650v3_defconfig +++ b/configs/ge_b650v3_defconfig @@ -41,3 +41,4 @@ CONFIG_SPI=y CONFIG_MXC_SPI=y CONFIG_OF_LIBFDT=y # CONFIG_EFI_LOADER is not set +CONFIG_SPI_FLASH_WINBOND=y diff --git a/configs/ge_b850v3_defconfig b/configs/ge_b850v3_defconfig index 53d063fd127..b87fa56d115 100644 --- a/configs/ge_b850v3_defconfig +++ b/configs/ge_b850v3_defconfig @@ -41,3 +41,4 @@ CONFIG_SPI=y CONFIG_MXC_SPI=y CONFIG_OF_LIBFDT=y # CONFIG_EFI_LOADER is not set +CONFIG_SPI_FLASH_WINBOND=y |
