diff options
author | Jonathan A. Kollasch <jakllsch@kollasch.net> | 2015-01-31 14:26:14 -0600 |
---|---|---|
committer | Jonathan A. Kollasch <jakllsch@kollasch.net> | 2015-02-01 16:48:36 +0100 |
commit | e299ae673c0833999f4df646748511f97e2ce39b (patch) | |
tree | 5ca32ee0c1152cbf2e467666d28008935de544e1 /src | |
parent | bdebb07d2fedee39bec2443dc67d6a97ada12f19 (diff) | |
download | coreboot-e299ae673c0833999f4df646748511f97e2ce39b.tar.xz |
winent/mb6047: switch to CAR version of ck804 early_setup.c
Change-Id: I9b45b7fbd862a5600ead7ad4e623a8a87ae364aa
Signed-off-by: Jonathan A. Kollasch <jakllsch@kollasch.net>
Reviewed-on: http://review.coreboot.org/8319
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/winent/mb6047/romstage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/winent/mb6047/romstage.c b/src/mainboard/winent/mb6047/romstage.c index 905248ecbf..20eb92e6fb 100644 --- a/src/mainboard/winent/mb6047/romstage.c +++ b/src/mainboard/winent/mb6047/romstage.c @@ -37,7 +37,7 @@ static inline int spd_read_byte(unsigned device, unsigned address) #include "lib/generic_sdram.c" #include "cpu/amd/dualcore/dualcore.c" #include <southbridge/nvidia/ck804/early_setup_ss.h> -#include "southbridge/nvidia/ck804/early_setup.c" +#include "southbridge/nvidia/ck804/early_setup_car.c" #include "cpu/amd/model_fxx/init_cpus.c" #if CONFIG_SET_FIDVID #include "cpu/amd/model_fxx/fidvid.c" |