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>
This commit is contained in:
@@ -23,7 +23,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
|
|||||||
select BOARD_ROMSIZE_KB_16384
|
select BOARD_ROMSIZE_KB_16384
|
||||||
|
|
||||||
config PCIE_ECAM_BASE
|
config PCIE_ECAM_BASE
|
||||||
default 0xf0000000
|
default 0xe0000000
|
||||||
|
|
||||||
config EARLY_POST_CROS_EC
|
config EARLY_POST_CROS_EC
|
||||||
bool "Enable early post to Chrome OS EC"
|
bool "Enable early post to Chrome OS EC"
|
||||||
|
Reference in New Issue
Block a user