From 413e3da8c039360079c0c6a93f28456d0d80ff76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Tue, 3 Feb 2015 08:05:55 +0200 Subject: nvidia/ck804: Fix redundant configuration defines MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All code must agree on PCI enumeration for the CK804 device, define these only once. The definition in enable_usbdebug.c was different and was assumed incorrect. Change-Id: I7d25c145afbad41db81a6b9b4f3956ad50fcb9f2 Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/8339 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Timothy Pearson Reviewed-by: Alexandru Gagniuc --- src/southbridge/nvidia/ck804/sata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/southbridge/nvidia/ck804/sata.c') diff --git a/src/southbridge/nvidia/ck804/sata.c b/src/southbridge/nvidia/ck804/sata.c index bcf42001be..8943520098 100644 --- a/src/southbridge/nvidia/ck804/sata.c +++ b/src/southbridge/nvidia/ck804/sata.c @@ -24,7 +24,7 @@ #include #include #include -#include "ck804.h" +#include "chip.h" #ifndef CK804_SATA_RESET_FOR_ATAPI #define CK804_SATA_RESET_FOR_ATAPI 0 -- cgit v1.2.3