summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-01-27 22:13:33 -0700
committerSimon Glass <sjg@chromium.org>2015-02-05 22:16:43 -0700
commit2d934e5703b712686c3ec67f6d5eeb137c68805d (patch)
tree31052345a6556760420f3c5435eae749d359e255 /board
parenteea0f11278d9104960dfb1fbfcddfb796a3e0bb5 (diff)
downloadblackbird-obmc-uboot-2d934e5703b712686c3ec67f6d5eeb137c68805d.tar.gz
blackbird-obmc-uboot-2d934e5703b712686c3ec67f6d5eeb137c68805d.zip
x86: Rename MMCONF_BASE_ADDRESS and make it common across x86
This setting will be used by more than just ivybridge so make it common. Also rename it to PCIE_ECAM_BASE which is a more descriptive name. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'board')
-rw-r--r--board/google/chromebook_link/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/board/google/chromebook_link/Kconfig b/board/google/chromebook_link/Kconfig
index 33a31f311f..ea454721c5 100644
--- a/board/google/chromebook_link/Kconfig
+++ b/board/google/chromebook_link/Kconfig
@@ -22,8 +22,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
select MARK_GRAPHICS_MEM_WRCOMB
select BOARD_ROMSIZE_KB_8192
-config MMCONF_BASE_ADDRESS
- hex
+config PCIE_ECAM_BASE
default 0xf0000000
config EARLY_POST_CROS_EC
OpenPOWER on IntegriCloud