diff options
author | Greg Watson <jarrah@users.sourceforge.net> | 2004-11-26 01:11:31 +0000 |
---|---|---|
committer | Greg Watson <jarrah@users.sourceforge.net> | 2004-11-26 01:11:31 +0000 |
commit | 637b6998650619252b89e29f2add0167780e70db (patch) | |
tree | bdcf0096ab105c9f291a0ecc78cbf98b4a4ebce0 /src | |
parent | 5720da9d758087dd41e9ea7dac111fcfa0b93529 (diff) | |
download | coreboot-637b6998650619252b89e29f2add0167780e70db.tar.xz |
new config file format - PMC no longer works
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1805 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/motorola/sandpoint/Config.lb | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/src/mainboard/motorola/sandpoint/Config.lb b/src/mainboard/motorola/sandpoint/Config.lb index 216670f174..7d42aa516c 100644 --- a/src/mainboard/motorola/sandpoint/Config.lb +++ b/src/mainboard/motorola/sandpoint/Config.lb @@ -19,32 +19,6 @@ object clock.o ## arch ppc end -if CONFIG_SANDPOINT_ALTIMUS - dir /pmc/altimus/mpc7410 -# dir /pmc/altimus/mpc7400 -# dir /pmc/altimus/mpc75x -end -if CONFIG_SANDPOINT_TALUS - dir /pmc/talus/mpc74x - dir /pmc/talus/mpc603 -end -if CONFIG_SANDPOINT_UNITY - dir /pmc/unity/mpc824x -end -if CONFIG_SANDPOINT_VALIS - dir /pmc/valis/mpc745x -end -if CONFIG_SANDPOINT_GYRUS - dir /pmc/gyrus/mpc744x -end - -## -## Include the secondary Configuration files -## -dir /southbridge/winbond/w83c553 - -dir /superio/NSC/pc97307 - ## ## Build the objects we have code for in this directory. ## |