diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2017-11-14 18:47:16 +0100 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2017-11-30 13:50:17 +0800 |
commit | 80f3425c5733bbf4459db86e60dc363342bdc2d6 (patch) | |
tree | bd2dbf8ff1a8cd3059caf6288368e2055d34a4aa /arch | |
parent | b06c46de632c55f4c39d404c6f0f65e414b31050 (diff) | |
download | u-boot-80f3425c5733bbf4459db86e60dc363342bdc2d6.zip u-boot-80f3425c5733bbf4459db86e60dc363342bdc2d6.tar.gz u-boot-80f3425c5733bbf4459db86e60dc363342bdc2d6.tar.bz2 |
x86: qemu: Move Cache-As-RAM memory from area mapped to ROM
ROM has been made read-only in qemu recently (namely commit 208fa0e4:
"pc: make 'pc.rom' readonly when machine has PCI enabled"). So this
patch restores compatibility between U-Boot and qemu.
Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
[bmeng: mention qemu commit title in the commit message]
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/cpu/qemu/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/cpu/qemu/Kconfig b/arch/x86/cpu/qemu/Kconfig index da37812..81444f3 100644 --- a/arch/x86/cpu/qemu/Kconfig +++ b/arch/x86/cpu/qemu/Kconfig @@ -18,7 +18,7 @@ if QEMU config SYS_CAR_ADDR hex - default 0xd0000 + default 0x10000 config SYS_CAR_SIZE hex |