commit | d86de9301bf445284c66f3242ee934a0f5076284 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Mar 14 17:59:52 2023 -0600 |
committer | Bin Meng <bmeng@tinylab.org> | Mon Mar 27 09:38:44 2023 +0800 |
tree | eb3b18a9d94aad6748003b32119a9dac07f02172 | |
parent | f1d87db49bdc1cc97e0ee5636b20f1a99c4fcaf2 [diff] |
x86: bayleybay: 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: f38be3086837 ("x86: bayleybay: Adjust CONFIG_TEXT_BASE") Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>