diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-04-24 23:16:23 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-04-24 23:16:23 +0000 |
commit | 4186d8e6eaf2aedb9451580e716a69d634ac08bf (patch) | |
tree | 2bd23461b5108b9527c240bd4bcd8991118e7487 /src/cpu/intel/model_6xx | |
parent | 714e2a1ac1c41f2150231766fcdb216633fab8c9 (diff) |
these cpus are explicitly supported by model_6bx
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5489 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/intel/model_6xx')
-rw-r--r-- | src/cpu/intel/model_6xx/model_6xx_init.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cpu/intel/model_6xx/model_6xx_init.c b/src/cpu/intel/model_6xx/model_6xx_init.c index 7b511f7515..7efdf2119e 100644 --- a/src/cpu/intel/model_6xx/model_6xx_init.c +++ b/src/cpu/intel/model_6xx/model_6xx_init.c @@ -57,9 +57,6 @@ static struct cpu_device_id cpu_table[] = { { X86_VENDOR_INTEL, 0x06A0 }, { X86_VENDOR_INTEL, 0x06A1 }, { X86_VENDOR_INTEL, 0x06A4 }, - { X86_VENDOR_INTEL, 0x06B0 }, /* Mobile Celeron FCBGA */ - { X86_VENDOR_INTEL, 0x06B1 }, /* Celeron (Tualatin) */ - { X86_VENDOR_INTEL, 0x06B4 }, { 0, 0 }, }; |