commit | 9a6efd5c8ddfaba0c73958ee8a42ef2e3c2a1ad4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Mar 14 17:59:54 2023 -0600 |
committer | Bin Meng <bmeng@tinylab.org> | Mon Mar 27 09:38:44 2023 +0800 |
tree | 13f356ea7318bc093d26c4c6a07eb1093d49cf4d | |
parent | caae9a5f5f2061155dc86e83c2a341edbb7328b6 [diff] |
x86: dfi-bt700: 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: 5d1c8342aeaa ("x86: dfi-bt700: Adjust CONFIG_TEXT_BASE") Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>