diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-02-25 18:23:23 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-02-25 18:23:23 +0000 |
commit | 2e694eda333df2e9a2855d27b0548ec255b9e1a3 (patch) | |
tree | 4b61707d2300fe9664b71c6d989f9984d4381921 /src/mainboard/digitallogic/adl855pc/Kconfig | |
parent | eb49f9d04fd19114787c85c173a083574d13fece (diff) |
Drop i855pm port and rename i855gme to i855 instead.
This patch also changes the digitallogic/adl855pc to use that port.
It probably won't work, but at least we will get an error if something
breaks compilation of the i855 code that is there.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5163 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/digitallogic/adl855pc/Kconfig')
-rw-r--r-- | src/mainboard/digitallogic/adl855pc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/digitallogic/adl855pc/Kconfig b/src/mainboard/digitallogic/adl855pc/Kconfig index 2d99128d18..fd109e9d64 100644 --- a/src/mainboard/digitallogic/adl855pc/Kconfig +++ b/src/mainboard/digitallogic/adl855pc/Kconfig @@ -2,7 +2,7 @@ config BOARD_DIGITALLOGIC_ADL855PC bool "smartModule855" select ARCH_X86 select CPU_INTEL_SOCKET_MPGA479M - select NORTHBRIDGE_INTEL_I855PM + select NORTHBRIDGE_INTEL_I855 select SOUTHBRIDGE_INTEL_I82801DBM select SUPERIO_WINBOND_W83627HF select ROMCC |