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:
Simon Glass 2020-09-22 12:44:50 -06:00 committed by Bin Meng
parent 13539ba705
commit 4c44aa7aab

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