aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-03-14 17:59:52 -0600
committerBin Meng <bmeng@tinylab.org>2023-03-27 09:38:44 +0800
commitd86de9301bf445284c66f3242ee934a0f5076284 (patch)
treeeb3b18a9d94aad6748003b32119a9dac07f02172 /arch/x86
parentf1d87db49bdc1cc97e0ee5636b20f1a99c4fcaf2 (diff)
downloadu-boot-d86de9301bf445284c66f3242ee934a0f5076284.zip
u-boot-d86de9301bf445284c66f3242ee934a0f5076284.tar.gz
u-boot-d86de9301bf445284c66f3242ee934a0f5076284.tar.bz2
x86: bayleybay: 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: f38be3086837 ("x86: bayleybay: 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/bayleybay.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/dts/bayleybay.dts b/arch/x86/dts/bayleybay.dts
index b92729d..f4cbbd6 100644
--- a/arch/x86/dts/bayleybay.dts
+++ b/arch/x86/dts/bayleybay.dts
@@ -182,7 +182,7 @@
memory-map = <0xff800000 0x00800000>;
rw-mrc-cache {
label = "rw-mrc-cache";
- reg = <0x006e0000 0x00010000>;
+ reg = <0x005e0000 0x00010000>;
};
};
};