diff options
author | wdenk <wdenk> | 2004-01-16 00:30:56 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-01-16 00:30:56 +0000 |
commit | 1c43771ba888bb9260692636d645fb2d73390a4b (patch) | |
tree | 5fbd3865ac2a0d926396927ba2a192c5f1609339 /rtc/Makefile | |
parent | c83bf6a2d00ef846c1fb2b0c60540f03ef203125 (diff) | |
download | u-boot-1c43771ba888bb9260692636d645fb2d73390a4b.tar.gz u-boot-1c43771ba888bb9260692636d645fb2d73390a4b.tar.xz u-boot-1c43771ba888bb9260692636d645fb2d73390a4b.zip |
[Strange. I _did_ check these in before. Seems SF restored an old
version of the repository???]
* Patch by Reinhard Meyer, 09 Jan 2004:
- add RTC support for MPC5200 based boards (requires RTC_XTAL)
* Add support for IDE LED on BMS2003 board
(exclusive with status LED!)
* Add support for PS/2 keyboard (used with PS/2 multiplexor on
BMS2003 board)
* Patches by Reinhard Meyer, 4 Jan 2004 + 7 Jan 2004:
Add common files for "emk" boards
Diffstat (limited to 'rtc/Makefile')
-rw-r--r-- | rtc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rtc/Makefile b/rtc/Makefile index 1190f2efc6..f994238aef 100644 --- a/rtc/Makefile +++ b/rtc/Makefile @@ -1,5 +1,5 @@ # -# (C) Copyright 2001 +# (C) Copyright 2001-2004 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. # # See file CREDITS for list of people who contributed to this @@ -31,7 +31,7 @@ OBJS = date.o \ ds12887.o ds1302.o ds1306.o ds1307.o ds1337.o \ ds1556.o ds164x.o ds174x.o \ m41t11.o m48t35ax.o mc146818.o mk48t59.o \ - mpc8xx.o pcf8563.o s3c24x0_rtc.o + mpc5xxx mpc8xx.o pcf8563.o s3c24x0_rtc.o all: $(LIB) |