diff options
author | Greg Watson <jarrah@users.sourceforge.net> | 2004-11-26 01:07:47 +0000 |
---|---|---|
committer | Greg Watson <jarrah@users.sourceforge.net> | 2004-11-26 01:07:47 +0000 |
commit | d12eca7273e9c219cd2e84e42b7b75b9149017a9 (patch) | |
tree | de6767db35d0fc575c3542c633bbafb1c7a07916 /src/mainboard/motorola | |
parent | 92555b939d6e7cca7d8c1ded25d05a5a0c6b4683 (diff) | |
download | coreboot-d12eca7273e9c219cd2e84e42b7b75b9149017a9.tar.xz |
../sandpoint contains X3 configuration
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1801 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/motorola')
-rw-r--r-- | src/mainboard/motorola/sandpointx3_altimus_mpc7410/Config.lb | 27 |
1 files changed, 1 insertions, 26 deletions
diff --git a/src/mainboard/motorola/sandpointx3_altimus_mpc7410/Config.lb b/src/mainboard/motorola/sandpointx3_altimus_mpc7410/Config.lb index 579687c4bc..170d5673e3 100644 --- a/src/mainboard/motorola/sandpointx3_altimus_mpc7410/Config.lb +++ b/src/mainboard/motorola/sandpointx3_altimus_mpc7410/Config.lb @@ -3,26 +3,11 @@ ## Note that this has only been tested with the Altimus 7410 PMC. ## -## -## Early board initialization, called from ppc_main() -## -initobject init.o -initobject clock.o - -## -## Stage 2 timer support -## -object clock.o - -## -## Set our ARCH -## -arch ppc end +dir /mainboard/motorola/sandpoint ## ## Build the objects we have code for in this directory. ## -#object mpc7410.o chip northbridge/motorola/mpc107 device pci_domain 0 on @@ -50,13 +35,3 @@ chip northbridge/motorola/mpc107 end end end - -## -## Build the objects we have code for in this directory. -## - -dir nvram -dir flash - -addaction linuxbios.a "$(CROSS_COMPILE)ranlib linuxbios.a" -makedefine CFLAGS += -g |