diff options
| author | Simon Glass <[email protected]> | 2023-03-14 17:59:53 -0600 |
|---|---|---|
| committer | Bin Meng <[email protected]> | 2023-03-27 09:38:44 +0800 |
| commit | 0086d4e5f1d4a20fc721de9b74a9668d265ac931 (patch) | |
| tree | a22b2dd9cc14c7dfce535f2c49f6f9f5d4ede972 /arch | |
| parent | d86de9301bf445284c66f3242ee934a0f5076284 (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 <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/x86/dts/conga-qeval20-qa3-e3845.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/dts/conga-qeval20-qa3-e3845.dts b/arch/x86/dts/conga-qeval20-qa3-e3845.dts index 705157ceaa3..d11e789945a 100644 --- a/arch/x86/dts/conga-qeval20-qa3-e3845.dts +++ b/arch/x86/dts/conga-qeval20-qa3-e3845.dts @@ -193,7 +193,7 @@ memory-map = <0xff800000 0x00800000>; rw-mrc-cache { label = "rw-mrc-cache"; - reg = <0x006f0000 0x00010000>; + reg = <0x005f0000 0x00010000>; }; }; }; |
