diff options
author | Simon Glass <sjg@chromium.org> | 2023-03-14 17:59:53 -0600 |
---|---|---|
committer | Bin Meng <bmeng@tinylab.org> | 2023-03-27 09:38:44 +0800 |
commit | 0086d4e5f1d4a20fc721de9b74a9668d265ac931 (patch) | |
tree | a22b2dd9cc14c7dfce535f2c49f6f9f5d4ede972 /configs/theadorable-x86-conga-qa3-e3845_defconfig | |
parent | d86de9301bf445284c66f3242ee934a0f5076284 (diff) | |
download | u-boot-0086d4e5f1d4a20fc721de9b74a9668d265ac931.tar.gz |
x86: conga-qeval20-qa3-e3845: 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: 388f93f96354 ("x86: conga-qeval20-qa3-e3845: Adjust CONFIG_TEXT_BASE")
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs/theadorable-x86-conga-qa3-e3845_defconfig')
-rw-r--r-- | configs/theadorable-x86-conga-qa3-e3845_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/theadorable-x86-conga-qa3-e3845_defconfig b/configs/theadorable-x86-conga-qa3-e3845_defconfig index 194b0519ea2..7cf8c551451 100644 --- a/configs/theadorable-x86-conga-qa3-e3845_defconfig +++ b/configs/theadorable-x86-conga-qa3-e3845_defconfig @@ -16,6 +16,7 @@ CONFIG_GENERATE_PIRQ_TABLE=y CONFIG_GENERATE_MP_TABLE=y CONFIG_HAVE_ACPI_RESUME=y CONFIG_SEABIOS=y +CONFIG_SYS_MONITOR_LEN=2097152 CONFIG_FIT=y CONFIG_FIT_SIGNATURE=y CONFIG_BOOTSTAGE=y |