aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-03-14 17:59:55 -0600
committerBin Meng <bmeng@tinylab.org>2023-03-27 09:38:44 +0800
commit843e840dbacbf5b419f230d63f00990ac8efe7e4 (patch)
tree3280b11f227acdb44572efbc558b724f34f1b1a1 /arch/x86
parent1683336094cf8bbc9242df4912291f39ae8b2cae (diff)
downloadu-boot-843e840dbacbf5b419f230d63f00990ac8efe7e4.zip
u-boot-843e840dbacbf5b419f230d63f00990ac8efe7e4.tar.gz
u-boot-843e840dbacbf5b419f230d63f00990ac8efe7e4.tar.bz2
x86: som-db5800-som-6867: 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: e23cae30801f ("x86: som-db5800-som-6867: Adjust CONFIG_TEXT_BASE") Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/dts/baytrail_som-db5800-som-6867.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/dts/baytrail_som-db5800-som-6867.dts b/arch/x86/dts/baytrail_som-db5800-som-6867.dts
index e9b56de..ca7d97f 100644
--- a/arch/x86/dts/baytrail_som-db5800-som-6867.dts
+++ b/arch/x86/dts/baytrail_som-db5800-som-6867.dts
@@ -206,7 +206,7 @@
memory-map = <0xff800000 0x00800000>;
rw-mrc-cache {
label = "rw-mrc-cache";
- reg = <0x006f0000 0x00010000>;
+ reg = <0x005f0000 0x00010000>;
};
};
};