x86: qemu: Move Cache-As-RAM memory from area mapped to ROM
authorAnton Gerasimov <[email protected]>
Tue, 14 Nov 2017 17:47:16 +0000 (18:47 +0100)
committerBin Meng <[email protected]>
Thu, 30 Nov 2017 05:50:17 +0000 (13:50 +0800)
commit80f3425c5733bbf4459db86e60dc363342bdc2d6
treebd2dbf8ff1a8cd3059caf6288368e2055d34a4aa
parentb06c46de632c55f4c39d404c6f0f65e414b31050
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 <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Tested-by: Bin Meng <[email protected]>
[bmeng: mention qemu commit title in the commit message]
Signed-off-by: Bin Meng <[email protected]>
arch/x86/cpu/qemu/Kconfig