diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-07-21 11:56:05 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-07-21 11:56:05 +0200 |
commit | b9365a26a1030ce13f2c5bb3619d721750b9e409 (patch) | |
tree | 938aaf2f2ccafd1c49c8459241c5112b387a2060 /cpu/ppc4xx | |
parent | 87a5c73d66beee8cc4d3b179114da89bf8e09791 (diff) | |
download | u-boot-imx-b9365a26a1030ce13f2c5bb3619d721750b9e409.zip u-boot-imx-b9365a26a1030ce13f2c5bb3619d721750b9e409.tar.gz u-boot-imx-b9365a26a1030ce13f2c5bb3619d721750b9e409.tar.bz2 |
Code cleanup
Diffstat (limited to 'cpu/ppc4xx')
-rw-r--r-- | cpu/ppc4xx/serial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/ppc4xx/serial.c b/cpu/ppc4xx/serial.c index 4631519..ad3ca6e 100644 --- a/cpu/ppc4xx/serial.c +++ b/cpu/ppc4xx/serial.c @@ -1,5 +1,5 @@ /* - * (C) Copyright 2000 + * (C) Copyright 2000-2006 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * See file CREDITS for list of people who contributed to this |