projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec7eb75
)
cgtqmx8: Enable cache in SPL
author
Fabio Estevam
<festevam@denx.de>
Thu, 19 May 2022 11:59:27 +0000
(08:59 -0300)
committer
Stefano Babic
<sbabic@denx.de>
Fri, 20 May 2022 10:36:48 +0000
(12:36 +0200)
There is no reason for disabling I-cache and D-cache
in SPL.
Remove the unneeded CONFIG_SPL_SYS_ICACHE_OFF and
CONFIG_SPL_SYS_DCACHE_OFF options.
Signed-off-by: Fabio Estevam <festevam@denx.de>
configs/cgtqmx8_defconfig
patch
|
blob
|
history
diff --git
a/configs/cgtqmx8_defconfig
b/configs/cgtqmx8_defconfig
index 2cf882f826ab24e93232747ae45bc5b8e9b9e44b..c53fa742751aac9da45b6b7232d8d6142c8e1881 100644
(file)
--- a/
configs/cgtqmx8_defconfig
+++ b/
configs/cgtqmx8_defconfig
@@
-1,6
+1,4
@@
CONFIG_ARM=y
-CONFIG_SPL_SYS_ICACHE_OFF=y
-CONFIG_SPL_SYS_DCACHE_OFF=y
CONFIG_ARCH_IMX8=y
CONFIG_SYS_TEXT_BASE=0x80020000
CONFIG_SYS_MALLOC_LEN=0x2400000