]> git.baikalelectronics.ru Git - uboot.git/commit
x86: minnowmax: Fix up adjustment of CONFIG_TEXT_BASE
authorSimon Glass <sjg@chromium.org>
Tue, 14 Mar 2023 23:59:51 +0000 (17:59 -0600)
committerBin Meng <bmeng@tinylab.org>
Mon, 27 Mar 2023 01:38:44 +0000 (09:38 +0800)
commit960587c91fa481de06505dd12cf1a63f6c1d4b38
tree100356b9ca46d9a3ac2369c3e2d71ea26b3a1966
parent7cd6012196a1f76d82e1136965266ff229004b0f
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: a7b780b684a5 ("x86: minnowmax: Adjust CONFIG_TEXT_BASE")
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/dts/minnowmax.dts
configs/minnowmax_defconfig
doc/board/intel/minnowmax.rst