diff options
author | Graeme Russ <graeme.russ@gmail.com> | 2011-04-13 19:43:26 +1000 |
---|---|---|
committer | Graeme Russ <graeme.russ@gmail.com> | 2011-04-13 19:43:26 +1000 |
commit | dbf7115a326fa70ac3e4ca87497c7e21c6642b45 (patch) | |
tree | 6af884cf4dbe8db63ffb7628487a1b4f7ea9db5e /arch/i386/lib/zimage.c | |
parent | e413554f9df28b383eeb8e8e5de35848b15d74aa (diff) | |
download | u-boot-imx-dbf7115a326fa70ac3e4ca87497c7e21c6642b45.zip u-boot-imx-dbf7115a326fa70ac3e4ca87497c7e21c6642b45.tar.gz u-boot-imx-dbf7115a326fa70ac3e4ca87497c7e21c6642b45.tar.bz2 |
x86: Code cleanup
Make the copyright notices in the x86 files consistent and update them with
proper attributions for recent updates
Also fix a few comment style/accuracy and whitespace/blank line issues
Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
Diffstat (limited to 'arch/i386/lib/zimage.c')
-rw-r--r-- | arch/i386/lib/zimage.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/i386/lib/zimage.c b/arch/i386/lib/zimage.c index 0c42072..cc4b40e 100644 --- a/arch/i386/lib/zimage.c +++ b/arch/i386/lib/zimage.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2002 - * Daniel Engström, Omicron Ceti AB, daniel@omicron.se + * Daniel Engström, Omicron Ceti AB, <daniel@omicron.se> * * See file CREDITS for list of people who contributed to this * project. @@ -22,7 +22,7 @@ */ /* - * Linux i386 zImage and bzImage loading + * Linux x86 zImage and bzImage loading * * based on the procdure described in * linux/Documentation/i386/boot.txt |