]> git.baikalelectronics.ru Git - uboot.git/commit
x86: qemu: Move Cache-As-RAM memory from area mapped to ROM
authorAnton Gerasimov <anton@advancedtelematic.com>
Tue, 14 Nov 2017 17:47:16 +0000 (18:47 +0100)
committerBin Meng <bmeng.cn@gmail.com>
Thu, 30 Nov 2017 05:50:17 +0000 (13:50 +0800)
commit64879087e541471b570f9ce92c75f88eeb298b46
treebd2dbf8ff1a8cd3059caf6288368e2055d34a4aa
parent32a048dc30191ecae4482f5a25507cd0b248318d
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>
arch/x86/cpu/qemu/Kconfig