aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-03-14 17:59:53 -0600
committerBin Meng <bmeng@tinylab.org>2023-03-27 09:38:44 +0800
commit0086d4e5f1d4a20fc721de9b74a9668d265ac931 (patch)
treea22b2dd9cc14c7dfce535f2c49f6f9f5d4ede972 /arch/x86
parentd86de9301bf445284c66f3242ee934a0f5076284 (diff)
downloadu-boot-0086d4e5f1d4a20fc721de9b74a9668d265ac931.zip
u-boot-0086d4e5f1d4a20fc721de9b74a9668d265ac931.tar.gz
u-boot-0086d4e5f1d4a20fc721de9b74a9668d265ac931.tar.bz2
x86: conga-qeval20-qa3-e3845: Fix up adjustment of CONFIG_TEXT_BASE
With recent CONFIG_TEXT_BASE changes, there are inconsistencies between several settings. Adjust CONFIG_SYS_MONITOR_LEN to allow more code space. Move the MRC cache out of the way too. Fixes: 388f93f96354 ("x86: conga-qeval20-qa3-e3845: Adjust CONFIG_TEXT_BASE") Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/dts/conga-qeval20-qa3-e3845.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/dts/conga-qeval20-qa3-e3845.dts b/arch/x86/dts/conga-qeval20-qa3-e3845.dts
index 705157c..d11e789 100644
--- a/arch/x86/dts/conga-qeval20-qa3-e3845.dts
+++ b/arch/x86/dts/conga-qeval20-qa3-e3845.dts
@@ -193,7 +193,7 @@
memory-map = <0xff800000 0x00800000>;
rw-mrc-cache {
label = "rw-mrc-cache";
- reg = <0x006f0000 0x00010000>;
+ reg = <0x005f0000 0x00010000>;
};
};
};