diff options
author | wdenk <wdenk> | 2004-02-27 08:20:54 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-02-27 08:20:54 +0000 |
commit | 132ba5fdc546084dfbebe4668a6e18f5da8eb407 (patch) | |
tree | 307c6b930e79fcd3c8543f3aac17b919192203be /cpu/mpc5xxx/Makefile | |
parent | 11dadd547c08a3480ea153482e99c6ae70b73415 (diff) | |
download | u-boot-imx-132ba5fdc546084dfbebe4668a6e18f5da8eb407.zip u-boot-imx-132ba5fdc546084dfbebe4668a6e18f5da8eb407.tar.gz u-boot-imx-132ba5fdc546084dfbebe4668a6e18f5da8eb407.tar.bz2 |
* Patch by Pierre Aubert, 26 Feb 2004
add IDE support for MPC5200
* Patch by Masami Komiya, 26 Feb 2004:
add autoload via NFS
* Patch by Stephen Williams
Use of CONFIG_SERIAL_SOFTWARE_FIFO in board.c consistent with uses
elsewhere in the source.
Diffstat (limited to 'cpu/mpc5xxx/Makefile')
-rw-r--r-- | cpu/mpc5xxx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu/mpc5xxx/Makefile b/cpu/mpc5xxx/Makefile index 5b5a33b..a97b625 100644 --- a/cpu/mpc5xxx/Makefile +++ b/cpu/mpc5xxx/Makefile @@ -27,8 +27,8 @@ LIB = lib$(CPU).a START = start.o ASOBJS = io.o firmware_sc_task_bestcomm.impl.o firmware_sc_task.impl.o -OBJS = i2c.o traps.o cpu.o cpu_init.o speed.o interrupts.o serial.o \ - loadtask.o fec.o pci_mpc5200.o usb_ohci.o +OBJS = i2c.o traps.o cpu.o cpu_init.o fec.o ide.o interrupts.o \ + loadtask.o pci_mpc5200.o serial.o speed.o usb_ohci.o all: .depend $(START) $(ASOBJS) $(LIB) |