diff options
author | Stefan Roese <sr@denx.de> | 2007-03-24 15:59:23 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-03-24 15:59:23 +0100 |
commit | e50b791b3f8b696e32000bbaa6e2d1f098c4bc04 (patch) | |
tree | 6a7953a8761f860be7f5ba8054d3582076bc10cc /cpu/ppc4xx/Makefile | |
parent | e6615ecf4eaf4dd52696934aed8f5c6474cfd286 (diff) | |
parent | 0d974d5297349504a2ddfa09314be573b5df320a (diff) | |
download | u-boot-imx-e50b791b3f8b696e32000bbaa6e2d1f098c4bc04.zip u-boot-imx-e50b791b3f8b696e32000bbaa6e2d1f098c4bc04.tar.gz u-boot-imx-e50b791b3f8b696e32000bbaa6e2d1f098c4bc04.tar.bz2 |
Merge with /home/stefan/git/u-boot/acadia
Diffstat (limited to 'cpu/ppc4xx/Makefile')
-rw-r--r-- | cpu/ppc4xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/ppc4xx/Makefile b/cpu/ppc4xx/Makefile index 96f0f62..4068b53 100644 --- a/cpu/ppc4xx/Makefile +++ b/cpu/ppc4xx/Makefile @@ -29,7 +29,7 @@ START = start.o resetvec.o kgdb.o SOBJS = dcr.o COBJS = 405gp_pci.o 4xx_enet.o \ bedbug_405.o commproc.o \ - cpu.o cpu_init.o i2c.o interrupts.o \ + cpu.o cpu_init.o gpio.o i2c.o interrupts.o \ miiphy.o ndfc.o sdram.o serial.o \ 40x_spd_sdram.o 44x_spd_ddr.o 44x_spd_ddr2.o speed.o \ tlb.o traps.o usb_ohci.o usbdev.o \ |