summaryrefslogtreecommitdiff
path: root/arch/x86/dts
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-03-15 02:59:51 +0300
committerBin Meng <bmeng@tinylab.org>2023-03-27 04:38:44 +0300
commitf1d87db49bdc1cc97e0ee5636b20f1a99c4fcaf2 (patch)
tree100356b9ca46d9a3ac2369c3e2d71ea26b3a1966 /arch/x86/dts
parent8be7b4629e87ff8db08dd087c81d58129d029bad (diff)
downloadu-boot-f1d87db49bdc1cc97e0ee5636b20f1a99c4fcaf2.tar.xz
x86: minnowmax: 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. Add documentation on how to make this change safely. Fixes: 66e2c665f3b6 ("x86: minnowmax: 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/minnowmax.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/dts/minnowmax.dts b/arch/x86/dts/minnowmax.dts
index 68e0510c68..466309f2b8 100644
--- a/arch/x86/dts/minnowmax.dts
+++ b/arch/x86/dts/minnowmax.dts
@@ -206,7 +206,7 @@
memory-map = <0xff800000 0x00800000>;
rw-mrc-cache {
label = "rw-mrc-cache";
- reg = <0x006f0000 0x00010000>;
+ reg = <0x005f0000 0x00010000>;
};
};
};