From: Anton Gerasimov <anton@advancedtelematic.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] Move Cache-As-RAM memory from area mapped to ROM in QEMU
Date: Tue, 14 Nov 2017 18:47:16 +0100 [thread overview]
Message-ID: <20171114174716.896-1-anton@advancedtelematic.com> (raw)
ROM has been made read-only in qemu recently (namely commit
208fa0e43645edd0b0d8f838857dfc79daff40a8), so this patch restores
compatibility between u-boot and qemu.
Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
---
arch/x86/cpu/qemu/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/cpu/qemu/Kconfig b/arch/x86/cpu/qemu/Kconfig
index 6808c9a6b9..f4b9922a34 100644
--- a/arch/x86/cpu/qemu/Kconfig
+++ b/arch/x86/cpu/qemu/Kconfig
@@ -11,7 +11,7 @@ if QEMU
config SYS_CAR_ADDR
hex
- default 0xd0000
+ default 0x10000
config SYS_CAR_SIZE
hex
--
2.14.1
next reply other threads:[~2017-11-14 17:47 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-14 17:47 Anton Gerasimov [this message]
2017-11-20 7:07 ` [U-Boot] [PATCH] Move Cache-As-RAM memory from area mapped to ROM in QEMU Bin Meng
2017-11-20 9:15 ` Bin Meng
-- strict thread matches above, loose matches on Subject: below --
2017-11-10 17:51 Anton Gerasimov
2017-11-10 22:49 ` Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171114174716.896-1-anton@advancedtelematic.com \
--to=anton@advancedtelematic.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox