commit | e71c8800cf92e4e1fbe362aebc9305a15d5ab0d1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Mar 14 17:59:55 2023 -0600 |
committer | Bin Meng <bmeng@tinylab.org> | Mon Mar 27 09:38:44 2023 +0800 |
tree | 3280b11f227acdb44572efbc558b724f34f1b1a1 | |
parent | 9a6efd5c8ddfaba0c73958ee8a42ef2e3c2a1ad4 [diff] |
x86: som-db5800-som-6867: 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: e23cae30801f ("x86: som-db5800-som-6867: Adjust CONFIG_TEXT_BASE") Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>