mainboard/via*: Drop AMD car.h file
Don't include src/include/cpu/amd/car.h in Via motherboards. Change-Id: I9d2b3cfb619cf831c7a677992ca03d5f42e5ffd1 Signed-off-by: Marc Jones <marcj303@gmail.com> Reviewed-on: https://review.coreboot.org/19404 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
parent
2900d4b92e
commit
08f7d1ae0d
|
@ -23,7 +23,6 @@
|
|||
#include <console/console.h>
|
||||
#include <northbridge/via/cn700/raminit.h>
|
||||
#include <cpu/x86/bist.h>
|
||||
#include <cpu/amd/car.h>
|
||||
#include <delay.h>
|
||||
#include <lib.h>
|
||||
#include <spd.h>
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
#include <console/console.h>
|
||||
#include <northbridge/via/cn700/raminit.h>
|
||||
#include <cpu/x86/bist.h>
|
||||
#include <cpu/amd/car.h>
|
||||
#include <delay.h>
|
||||
#include <southbridge/via/vt8237r/vt8237r.h>
|
||||
#include <superio/fintek/common/fintek.h>
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
#include <lib.h>
|
||||
#include <northbridge/via/cn700/raminit.h>
|
||||
#include <cpu/x86/bist.h>
|
||||
#include <cpu/amd/car.h>
|
||||
#include <delay.h>
|
||||
#include <southbridge/via/vt8237r/vt8237r.h>
|
||||
#include "southbridge/via/vt8237r/early_serial.c"
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
#include <lib.h>
|
||||
#include <northbridge/via/vx800/vx800.h>
|
||||
#include <cpu/x86/bist.h>
|
||||
#include <cpu/amd/car.h>
|
||||
#include <delay.h>
|
||||
#include <string.h>
|
||||
/* This file contains the board-special SI value for raminit.c. */
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
#include <console/console.h>
|
||||
#include <lib.h>
|
||||
#include <cpu/x86/bist.h>
|
||||
#include <cpu/amd/car.h>
|
||||
#include <string.h>
|
||||
#include <timestamp.h>
|
||||
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
#include <lib.h>
|
||||
#include <northbridge/via/cn700/raminit.h>
|
||||
#include <cpu/x86/bist.h>
|
||||
#include <cpu/amd/car.h>
|
||||
#include <delay.h>
|
||||
#include <southbridge/via/vt8237r/vt8237r.h>
|
||||
#include <superio/ite/common/ite.h>
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
#include <lib.h>
|
||||
#include <northbridge/via/cx700/raminit.h>
|
||||
#include <cpu/x86/bist.h>
|
||||
#include <cpu/amd/car.h>
|
||||
#include <delay.h>
|
||||
#include "northbridge/via/cx700/early_smbus.c"
|
||||
#include "lib/debug.c"
|
||||
|
|
Loading…
Reference in New Issue