- 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
diff --git a/src/include/device/device.h b/src/include/device/device.h
index d5d2e8d..79402e2 100644
--- a/src/include/device/device.h
+++ b/src/include/device/device.h
@@ -40,7 +40,7 @@
 };
 
 #define MAX_RESOURCES 12
-#define MAX_LINKS     3
+#define MAX_LINKS     4
 /*
  * There is one device structure for each slot-number/function-number
  * combination: