commit | 861b85c482b3aec5bbb8cdcc364aa6f15aebeba5 | [log] [tgz] |
---|---|---|
author | Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi> | Tue Sep 04 18:16:52 2018 +0300 |
committer | Tom Rini <trini@konsulko.com> | Wed Sep 05 22:14:37 2018 -0400 |
tree | cbc6a64965760be37727a72af91f724437717874 | |
parent | f2906e5f586d4ff238f5370b77717279bf5b0639 [diff] |
ARM: qemu-arm: Fix qemu_arm64_defconfig for QEMU 3.0 QEMU 3.0 introduced additional memory-mapped regions for PCI-E ECAM and MMIO. Thus we need to add them to our MMU map or U-Boot will crash with a Synchronous Abort during PCI-E probing when it tries to access the unmapped ECAM memory area. Reported-by: Jonathan Gray <jsg@jsg.id.au> Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi> Tested-by: Jonathan Gray <jsg@jsg.id.au>