From 4186d8e6eaf2aedb9451580e716a69d634ac08bf Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Sat, 24 Apr 2010 23:16:23 +0000 Subject: these cpus are explicitly supported by model_6bx Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5489 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/cpu/intel/model_6xx/model_6xx_init.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/cpu/intel') 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 }, }; -- cgit v1.2.3