summaryrefslogtreecommitdiff
path: root/arch/x86/dts
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-03-15 02:59:54 +0300
committerBin Meng <bmeng@tinylab.org>2023-03-27 04:38:44 +0300
commit1683336094cf8bbc9242df4912291f39ae8b2cae (patch)
tree13f356ea7318bc093d26c4c6a07eb1093d49cf4d /arch/x86/dts
parent0086d4e5f1d4a20fc721de9b74a9668d265ac931 (diff)
downloadu-boot-1683336094cf8bbc9242df4912291f39ae8b2cae.tar.xz
x86: dfi-bt700: 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: 5d1c8342aeaa ("x86: dfi-bt700: 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/dts')
-rw-r--r--arch/x86/dts/dfi-bt700.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/dts/dfi-bt700.dtsi b/arch/x86/dts/dfi-bt700.dtsi
index dff2345d60..c077a84574 100644
--- a/arch/x86/dts/dfi-bt700.dtsi
+++ b/arch/x86/dts/dfi-bt700.dtsi
@@ -204,7 +204,7 @@
memory-map = <0xff800000 0x00800000>;
rw-mrc-cache {
label = "rw-mrc-cache";
- reg = <0x006f0000 0x00010000>;
+ reg = <0x005f0000 0x00010000>;
};
};
};