[PATCH] x86: Revert "x86: minnowmax: Adjust CONFIG_TEXT_BASE"

Simon Glass sjg at chromium.org
Mon Feb 6 01:54:55 CET 2023


This causes Minnowmax to stop booting. I am not sure why though.

Drop the EFI_LOADER feature instead, since it is not needed.

This reverts commit 66e2c665f3b60d726e1c26ad44ac97aa76ead6f5.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 configs/minnowmax_defconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configs/minnowmax_defconfig b/configs/minnowmax_defconfig
index 679b6e3de53..0d7f55a651f 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
@@ -74,3 +74,4 @@ CONFIG_VIDEO_COPY=y
 CONFIG_FRAMEBUFFER_SET_VESA_MODE=y
 CONFIG_GENERATE_ACPI_TABLE=y
 # CONFIG_GZIP is not set
+# CONFIG_EFI_LOADER is not set
-- 
2.39.1.519.gcb327c4b5f-goog



More information about the U-Boot mailing list