diff mbox series

[069/108] x86: apl: Correct PCIE_ECAM_BASE

Message ID 20200126220508.69.I6f15c116cfec682dce106c6c30c2325846f6c232@changeid
State Accepted
Commit 4c44aa7aabdb8470c664eb3c23d82da0641571cd
Headers show
Series RFC: dm: Add programatic generation of ACPI tables | expand

Commit Message

Simon Glass Jan. 27, 2020, 5:06 a.m. UTC
This value is incorrect and causes problems booting Linux. Fix it.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 board/google/chromebook_coral/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/board/google/chromebook_coral/Kconfig b/board/google/chromebook_coral/Kconfig
index 940bee89b0..f744b4c00c 100644
--- a/board/google/chromebook_coral/Kconfig
+++ b/board/google/chromebook_coral/Kconfig
@@ -22,7 +22,7 @@  config BOARD_SPECIFIC_OPTIONS # dummy
 	select BOARD_ROMSIZE_KB_16384
 
 config PCIE_ECAM_BASE
-	default 0xf0000000
+	default 0xe0000000
 
 config EARLY_POST_CROS_EC
 	bool "Enable early post to Chrome OS EC"