diff options
author | Johannes Krottmayer | 2020-07-09 00:50:34 +0200 |
---|---|---|
committer | Kever Yang | 2020-07-22 20:22:21 +0800 |
commit | 618db675c8e6de4daf3e8d71185e0ae300f0307e (patch) | |
tree | a572061ec242450120fefdbfa56864720e18531a /configs/rock64-rk3328_defconfig | |
parent | 61b229e24c57bf45dc84eb61b040f2008ca5e5d0 (diff) |
rockchip: rock64-rk3328_defconfig: Add SPI Flash support
Add U-Boot SPI Flash support for the PINE64 Rock64 board
Signed-off-by: Johannes Krottmayer <krjdev@gmail.com>
Cc: Matwey V. Kornilov <matwey.kornilov@gmail.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'configs/rock64-rk3328_defconfig')
-rw-r--r-- | configs/rock64-rk3328_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/rock64-rk3328_defconfig b/configs/rock64-rk3328_defconfig index f1238263587..0a51e51a0c9 100644 --- a/configs/rock64-rk3328_defconfig +++ b/configs/rock64-rk3328_defconfig @@ -97,3 +97,5 @@ CONFIG_SPL_TINY_MEMSET=y CONFIG_TPL_TINY_MEMSET=y CONFIG_ERRNO_STR=y CONFIG_SMBIOS_MANUFACTURER="pine64" +CONFIG_ROCKCHIP_SPI=y +CONFIG_SPI_FLASH_GIGADEVICE=y |