commit | caae9a5f5f2061155dc86e83c2a341edbb7328b6 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Mar 14 17:59:53 2023 -0600 |
committer | Bin Meng <bmeng@tinylab.org> | Mon Mar 27 09:38:44 2023 +0800 |
tree | a22b2dd9cc14c7dfce535f2c49f6f9f5d4ede972 | |
parent | 323af3f400d2915e094850e7e0479b887fd93d44 [diff] |
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>