git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
022b215
)
configs: agilex5: Enable config SPL_SYS_DCACHE_OFF
author
Boon Khai Ng
<boon.khai.ng@altera.com>
Thu, 14 Aug 2025 03:17:41 +0000
(11:17 +0800)
committer
Tien Fong Chee
<tien.fong.chee@intel.com>
Tue, 30 Sep 2025 06:29:55 +0000
(14:29 +0800)
Add SPL_SYS_DCACHE_OFF to Agilex5 defconfig to disable data cache for SPL
Signed-off-by: Tanmay Kathpalia <tanmay.kathpalia@altera.com>
Signed-off-by: Boon Khai Ng <boon.khai.ng@altera.com>
Reviewed-by: Tien Fong Chee <tien.fong.chee@altera.com>
configs/socfpga_agilex5_defconfig
patch
|
blob
|
history
diff --git
a/configs/socfpga_agilex5_defconfig
b/configs/socfpga_agilex5_defconfig
index
846c18e
..
24c95eb
100644
(file)
--- a/
configs/socfpga_agilex5_defconfig
+++ b/
configs/socfpga_agilex5_defconfig
@@
-46,6
+46,7
@@
CONFIG_SPL_HAS_CUSTOM_MALLOC_START=y
CONFIG_SPL_CUSTOM_SYS_MALLOC_ADDR=0x9fa00000
CONFIG_SPL_SYS_MALLOC_SIZE=0x500000
CONFIG_SPL_CACHE=y
+CONFIG_SPL_SYS_DCACHE_OFF=y
CONFIG_SPL_MTD=y
CONFIG_SPL_POWER_DOMAIN=y
CONFIG_SPL_SPI_FLASH_MTD=y