summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThang Tran <thuutran@amperecomputing.com>2022-09-05 09:28:26 +0300
committerThang Tran <thuutran@amperecomputing.com>2022-09-05 09:35:55 +0300
commitd339cf8f09b3f0006617b29150abd8dc707375ce (patch)
tree17922e2093fadc53f2c0eec8cee23ae1f76d49c6
parent62cb008584dac7485b7cc9c3d0f219a639f5fc4b (diff)
downloadopenbmc-d339cf8f09b3f0006617b29150abd8dc707375ce.tar.xz
meta-ampere: mtjade: enable dcache in uboot
Currently, the uboot can not jump to Linux kernel due to the watchdog timeout. This commit enables dcache in uboot to speed up jumping from uboot to kernel, it made the kernel is booted successfully. Tested: 1. Linux kernel is booted successfully. 2. User can flash new BMC software in u-boot. Signed-off-by: Thang Tran <thuutran@amperecomputing.com> Change-Id: I17bce6bdea5168e5c261b44df6ccb16e0ef8a3c1
-rw-r--r--meta-ampere/meta-jade/recipes-bsp/u-boot/u-boot-aspeed-sdk/ampere.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-ampere/meta-jade/recipes-bsp/u-boot/u-boot-aspeed-sdk/ampere.cfg b/meta-ampere/meta-jade/recipes-bsp/u-boot/u-boot-aspeed-sdk/ampere.cfg
index 1fa5d6b83e..a274dc9fa8 100644
--- a/meta-ampere/meta-jade/recipes-bsp/u-boot/u-boot-aspeed-sdk/ampere.cfg
+++ b/meta-ampere/meta-jade/recipes-bsp/u-boot/u-boot-aspeed-sdk/ampere.cfg
@@ -1,3 +1,4 @@
CONFIG_PHY_NCSI=n
CONFIG_CMD_MMC=n
CONFIG_MMC_SDHCI_ASPEED=n
+CONFIG_SYS_DCACHE_OFF=n