Explorar el Código

x86: apl: Correct PCIE_ECAM_BASE

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>
Simon Glass hace 3 años
padre
commit
4c44aa7aab
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      board/google/chromebook_coral/Kconfig

+ 1 - 1
board/google/chromebook_coral/Kconfig

@@ -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"