diff options
author | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | 2019-02-03 15:59:23 +0100 |
---|---|---|
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | 2019-05-01 00:00:03 +0200 |
commit | 4abf5d0c02f7b12e2cacd5d211e3ce863b0ec92c (patch) | |
tree | f22c8505749fc3127fff4afd34a0135178069876 /configs/puma-rk3399_defconfig | |
parent | a69120a0d7c8d4044cdaceea9eb03913ba4e49c7 (diff) | |
download | u-boot-4abf5d0c02f7b12e2cacd5d211e3ce863b0ec92c.tar.gz |
rockchip: rk3399-puma: support Gigadevice SPI-NOR flash
Over the last quarter, a part of our production has used NOR flash
from Gigadevice in addition to the Winbond parts that we typically
source. This requires the SPI_FLASH_GIGADEVICE config to be set.
Enable SPI_FLASH_GIGADEVICE in the board's default defconfig.
Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Klaus Goger <klaus.goger@theobroma-systems.com>
Diffstat (limited to 'configs/puma-rk3399_defconfig')
-rw-r--r-- | configs/puma-rk3399_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/puma-rk3399_defconfig b/configs/puma-rk3399_defconfig index f9f98c9590..964464ac0f 100644 --- a/configs/puma-rk3399_defconfig +++ b/configs/puma-rk3399_defconfig @@ -69,6 +69,7 @@ CONFIG_MMC_SDHCI_SDMA=y CONFIG_MMC_SDHCI_ROCKCHIP=y CONFIG_SPI_FLASH=y CONFIG_SF_DEFAULT_SPEED=20000000 +CONFIG_SPI_FLASH_GIGADEVICE=y CONFIG_SPI_FLASH_WINBOND=y CONFIG_PHY_MICREL=y CONFIG_PHY_MICREL_KSZ90X1=y |