]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
x86: apl: Correct PCIE_ECAM_BASE
authorSimon Glass <sjg@chromium.org>
Tue, 22 Sep 2020 18:44:50 +0000 (12:44 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 25 Sep 2020 03:27:12 +0000 (11:27 +0800)
This value is incorrect and causes problems booting Linux. Fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
board/google/chromebook_coral/Kconfig

index 27671958e146057e6ccfa85b1512dfe2d0b148d2..53c651c3f9ef652caeb3f6911ce0b68073d32892 100644 (file)
@@ -23,7 +23,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"