diff options
author | Marc Jones <marcj303@gmail.com> | 2011-05-15 23:13:54 +0000 |
---|---|---|
committer | Marc Jones <marc.jones@amd.com> | 2011-05-15 23:13:54 +0000 |
commit | 44d3c3dade57b3564bcf6bcafc490756d9f45d44 (patch) | |
tree | 7eb49376620a25456d409052999440ee3269595a /src/vendorcode | |
parent | 16c8e37a2d4e5164742c605b5894d31d9cbab3e1 (diff) |
Remove multiple mmconf settings and just use kconfig setting.
Signed-off-by: Marc Jones <marcj303@gmail.com>
Acked-by: Marc Jones <marcj303@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6596 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/vendorcode')
-rw-r--r-- | src/vendorcode/amd/cimx/sb800/OEM.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vendorcode/amd/cimx/sb800/OEM.h b/src/vendorcode/amd/cimx/sb800/OEM.h index 6a79f325a1..6ca4271c1a 100644 --- a/src/vendorcode/amd/cimx/sb800/OEM.h +++ b/src/vendorcode/amd/cimx/sb800/OEM.h @@ -48,7 +48,7 @@ #ifdef MOVE_PCIEBAR_TO_F0000000 #define PCIEX_BASE_ADDRESS 0xF7000000 #else - #define PCIEX_BASE_ADDRESS 0xF8000000 + #define PCIEX_BASE_ADDRESS CONFIG_MMCONF_BASE_ADDRESS #endif /** |