[PATCH v2 1/2] x86: Revert "x86: minnowmax: Adjust CONFIG_TEXT_BASE"
Simon Glass
sjg at chromium.org
Sat Mar 11 00:33:37 CET 2023
This causes Minnowmax to stop booting. Revert it so we have a good
example of how to do this fully.
This reverts commit 66e2c665f3b60d726e1c26ad44ac97aa76ead6f5.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
(no changes since v1)
configs/minnowmax_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/minnowmax_defconfig b/configs/minnowmax_defconfig
index 679b6e3de53..b3b15d86e17 100644
--- a/configs/minnowmax_defconfig
+++ b/configs/minnowmax_defconfig
@@ -1,5 +1,5 @@
CONFIG_X86=y
-CONFIG_TEXT_BASE=0xFFE00000
+CONFIG_TEXT_BASE=0xFFF00000
CONFIG_NR_DRAM_BANKS=8
CONFIG_ENV_SIZE=0x1000
CONFIG_ENV_OFFSET=0x6EF000
--
2.40.0.rc1.284.g88254d51c5-goog
More information about the U-Boot
mailing list