mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
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>
This commit is contained in:
parent
b06c46de63
commit
80f3425c57
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ if QEMU
|
|||
|
||||
config SYS_CAR_ADDR
|
||||
hex
|
||||
default 0xd0000
|
||||
default 0x10000
|
||||
|
||||
config SYS_CAR_SIZE
|
||||
hex
|
||||
|
|
Loading…
Reference in a new issue