diff options
author | Damien Zammit <damien@zamaudio.com> | 2016-01-26 17:15:55 +1100 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-01-29 00:28:02 +0100 |
commit | c4d317f10799fadcd6cf66558f363041106699ae (patch) | |
tree | 6e2c53077e0d4451291fe5bfbf8410e9b7b3bc2b /src/mainboard/gigabyte/ga-g41m-es2l | |
parent | 5680fafb4d2cdc1d914226ff4d01b9b12ba75097 (diff) |
mb/gigabyte/ga-g41m-es2l: Move MMCONF base address to 0xe0000000
Change-Id: I3873d92069cc1d113a8092d609d1768ff45cbd45
Signed-off-by: Damien Zammit <damien@zamaudio.com>
Reviewed-on: https://review.coreboot.org/13129
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/gigabyte/ga-g41m-es2l')
-rw-r--r-- | src/mainboard/gigabyte/ga-g41m-es2l/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig b/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig index cf1077bba5..0a26f83ed5 100644 --- a/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig +++ b/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig @@ -29,7 +29,7 @@ config BOARD_SPECIFIC_OPTIONS config MMCONF_BASE_ADDRESS hex - default 0xc0000000 + default 0xe0000000 config MAINBOARD_DIR string |