summaryrefslogtreecommitdiffstats
path: root/configs/da850evm_defconfig
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2019-05-15 16:18:35 -0500
committerTom Rini <trini@konsulko.com>2019-05-18 12:32:03 -0400
commit612f6b223d2cb03ae0170d3eadcb78f7b473ecfb (patch)
tree106781344a5074a0e1cc26e8e371016cef0d0570 /configs/da850evm_defconfig
parentf07ce59895d6485d35c9dfaaf50028118987e95d (diff)
downloadu-boot-612f6b223d2cb03ae0170d3eadcb78f7b473ecfb.tar.gz
u-boot-612f6b223d2cb03ae0170d3eadcb78f7b473ecfb.tar.xz
u-boot-612f6b223d2cb03ae0170d3eadcb78f7b473ecfb.zip
ARM: da850evm: Enable block cache during SPL
There appears to be enough RAM to support cache in SPL. This pach enables block cache in SPL. Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'configs/da850evm_defconfig')
-rw-r--r--configs/da850evm_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/da850evm_defconfig b/configs/da850evm_defconfig
index 09c6147e2d..8c16d5c4f5 100644
--- a/configs/da850evm_defconfig
+++ b/configs/da850evm_defconfig
@@ -47,6 +47,7 @@ CONFIG_DM=y
CONFIG_SPL_DM=y
CONFIG_SPL_DM_SEQ_ALIAS=y
CONFIG_SPL_OF_TRANSLATE=y
+CONFIG_SPL_BLOCK_CACHE=y
CONFIG_DM_GPIO=y
CONFIG_DA8XX_GPIO=y
CONFIG_DM_I2C=y