diff options
author | wdenk <wdenk> | 2005-03-14 23:56:42 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-03-14 23:56:42 +0000 |
commit | 9d46ea4a5543e6d56f974a515eac972afee5da00 (patch) | |
tree | 26588952222fa9bdef23a26e60ccbcb68cbad0d1 /cpu/arm920t/s3c24x0 | |
parent | c3fafecff12103691613de73f461626fd51fef95 (diff) | |
download | bootable_bootloader_goldelico_gta04-9d46ea4a5543e6d56f974a515eac972afee5da00.zip bootable_bootloader_goldelico_gta04-9d46ea4a5543e6d56f974a515eac972afee5da00.tar.gz bootable_bootloader_goldelico_gta04-9d46ea4a5543e6d56f974a515eac972afee5da00.tar.bz2 |
* Patch by David Brownell, 10 Mar 2005:
Restore copyright statements in OHCI drivers.
* Add support for TQM8540 board
Diffstat (limited to 'cpu/arm920t/s3c24x0')
-rw-r--r-- | cpu/arm920t/s3c24x0/usb_ohci.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cpu/arm920t/s3c24x0/usb_ohci.c b/cpu/arm920t/s3c24x0/usb_ohci.c index 6f4a9f7..c5dac27 100644 --- a/cpu/arm920t/s3c24x0/usb_ohci.c +++ b/cpu/arm920t/s3c24x0/usb_ohci.c @@ -4,6 +4,10 @@ * (C) Copyright 2003 * Gary Jennejohn, DENX Software Engineering <gj@denx.de> * + * Note: Much of this code has been derived from Linux 2.4 + * (C) Copyright 1999 Roman Weissgaerber <weissg@vienna.at> + * (C) Copyright 2000-2002 David Brownell + * * See file CREDITS for list of people who contributed to this * project. * @@ -22,8 +26,6 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA * - * Note: Part of this code has been derived from linux - * */ /* * IMPORTANT NOTES |