From 04da1d35d11ba195fbf0af8f7ca5149b6ce502a6 Mon Sep 17 00:00:00 2001 From: Eric Biederman Date: Sat, 16 Oct 2004 19:58:35 +0000 Subject: - Bump MAX_LINKS to 4 I have actually found an i2c bridge that needs this - Fix the hdama Config.lb to not longer use the link keywords oops, and instead to have it nest everything properly. - Update config.g to not support the link keyword - update config.g to not support northbridge/southbridge/cpu/pmc noise words we can just use chip now. - Remove old link handling from the code - Detect and handle duplicate paths so we generate one device with multiple links git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1685 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/include/device/device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/device/device.h') diff --git a/src/include/device/device.h b/src/include/device/device.h index d5d2e8d946..79402e2111 100644 --- a/src/include/device/device.h +++ b/src/include/device/device.h @@ -40,7 +40,7 @@ struct bus { }; #define MAX_RESOURCES 12 -#define MAX_LINKS 3 +#define MAX_LINKS 4 /* * There is one device structure for each slot-number/function-number * combination: -- cgit v1.2.3