summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2021-02-14 19:43:28 +0000
committerKever Yang <kever.yang@rock-chips.com>2021-03-30 16:53:00 +0800
commit98c79622918d91b70dc3f172731b065814e2755b (patch)
treedede813b27a08ab6c966b27ca15701209ac2f64e
parent44e1ad40e9e679006b572895293d2ba4efeb9968 (diff)
downloadu-boot-98c79622918d91b70dc3f172731b065814e2755b.tar.gz
rockchip: rk3399: rock960: explicitly disable SPI flash
The Rock960 doesn't have SPI flash on-board, but the bits get enabled by default which means when booting we get some errors. Explicitly disable it to stop the errors. Signed-off-by: Peter Robinson <pbrobinson@gmail.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
-rw-r--r--configs/rock960-rk3399_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/rock960-rk3399_defconfig b/configs/rock960-rk3399_defconfig
index 28d1fc53a5..9f1aeaa46f 100644
--- a/configs/rock960-rk3399_defconfig
+++ b/configs/rock960-rk3399_defconfig
@@ -23,6 +23,7 @@ CONFIG_CMD_MMC=y
CONFIG_CMD_PCI=y
CONFIG_CMD_USB=y
# CONFIG_CMD_SETEXPR is not set
+# CONFIG_CMD_SF is not set
CONFIG_CMD_TIME=y
CONFIG_CMD_PMIC=y
CONFIG_CMD_REGULATOR=y