diff options
author | Li-Ta Lo <ollie@lanl.gov> | 2004-07-08 16:59:06 +0000 |
---|---|---|
committer | Li-Ta Lo <ollie@lanl.gov> | 2004-07-08 16:59:06 +0000 |
commit | 4c5060dc2bf8f944c54361f7913d20d02fff65a0 (patch) | |
tree | fdc4af9b051ad8a7f70a73f47d437750440be1d0 /src/mainboard/Iwill | |
parent | f76a613a9a6cb978ed2d60ea0c5c0a9b195a825b (diff) |
move default_resource_map to its own file
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1623 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/Iwill')
-rw-r--r-- | src/mainboard/Iwill/DK8S2/auto.c | 2 | ||||
-rw-r--r-- | src/mainboard/Iwill/DK8X/auto.c | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/Iwill/DK8S2/auto.c b/src/mainboard/Iwill/DK8S2/auto.c index c85baf2b1e..6761646be1 100644 --- a/src/mainboard/Iwill/DK8S2/auto.c +++ b/src/mainboard/Iwill/DK8S2/auto.c @@ -99,7 +99,6 @@ static unsigned int generate_row(uint8_t node, uint8_t row, uint8_t maxnodes) maxnodes=2; } - if (!(node>=maxnodes || row>=maxnodes)) { ret=rows_2p[node][row]; } @@ -120,6 +119,7 @@ static inline int spd_read_byte(unsigned device, unsigned address) #include "northbridge/amd/amdk8/raminit.c" #include "northbridge/amd/amdk8/coherent_ht.c" #include "sdram/generic_sdram.c" +#include "northbridge/amd/amdk8/resourcemap.c" #define FIRST_CPU 1 #define SECOND_CPU 1 diff --git a/src/mainboard/Iwill/DK8X/auto.c b/src/mainboard/Iwill/DK8X/auto.c index 6626878668..9889f23229 100644 --- a/src/mainboard/Iwill/DK8X/auto.c +++ b/src/mainboard/Iwill/DK8X/auto.c @@ -101,6 +101,7 @@ static inline int spd_read_byte(unsigned device, unsigned address) #include "northbridge/amd/amdk8/raminit.c" #include "northbridge/amd/amdk8/coherent_ht.c" #include "sdram/generic_sdram.c" +#include "northbridge/amd/amdk8/resourcemap.c" static void enable_lapic(void) { |