From: Ian Ray Date: Mon, 23 Apr 2018 15:09:53 +0000 (+0200) Subject: board: ge: bx50v3: add winbond SPI NOR support X-Git-Tag: v2018.07-rc1~133^2~41 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4f92529fa33e9a9a861b10453d4e9fc89235877a;p=u-boot 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 Signed-off-by: Sebastian Reichel --- diff --git a/configs/ge_b450v3_defconfig b/configs/ge_b450v3_defconfig index 1be7fe0bd1..cc76434249 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 ccea22503e..f03b635801 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 53d063fd12..b87fa56d11 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