diff options
author | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-08-04 18:45:45 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-08-04 23:34:02 +0200 |
commit | fa82f871c8dbc9a15e8dc274b3f99dd5fa0da458 (patch) | |
tree | e42df8af804c785913a25c066368909a618b1dd8 /arch/x86/lib | |
parent | eccfb49046fde7af9ae12ab59d97ae867368eaa8 (diff) |
Convert ISO-8859 files to UTF-8
There was a mix of UTF-8 and ISO-8859 files in the U-Boot source
tree, which could cause issues with the patchwork review system.
This commit converts all ISO-8859 files to UTF-8.
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
Diffstat (limited to 'arch/x86/lib')
-rw-r--r-- | arch/x86/lib/bios.S | 2 | ||||
-rw-r--r-- | arch/x86/lib/bios.h | 2 | ||||
-rw-r--r-- | arch/x86/lib/bios_pci.S | 2 | ||||
-rw-r--r-- | arch/x86/lib/bios_setup.c | 2 | ||||
-rw-r--r-- | arch/x86/lib/board.c | 2 | ||||
-rw-r--r-- | arch/x86/lib/interrupts.c | 4 | ||||
-rw-r--r-- | arch/x86/lib/pcat_interrupts.c | 2 | ||||
-rw-r--r-- | arch/x86/lib/pcat_timer.c | 2 | ||||
-rw-r--r-- | arch/x86/lib/pci.c | 2 | ||||
-rw-r--r-- | arch/x86/lib/pci_type1.c | 2 | ||||
-rw-r--r-- | arch/x86/lib/realmode.c | 2 | ||||
-rw-r--r-- | arch/x86/lib/realmode_switch.S | 2 | ||||
-rw-r--r-- | arch/x86/lib/timer.c | 2 | ||||
-rw-r--r-- | arch/x86/lib/video.c | 2 | ||||
-rw-r--r-- | arch/x86/lib/video_bios.c | 2 | ||||
-rw-r--r-- | arch/x86/lib/zimage.c | 2 |
16 files changed, 17 insertions, 17 deletions
diff --git a/arch/x86/lib/bios.S b/arch/x86/lib/bios.S index 660a244394..ce8deb5377 100644 --- a/arch/x86/lib/bios.S +++ b/arch/x86/lib/bios.S @@ -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. diff --git a/arch/x86/lib/bios.h b/arch/x86/lib/bios.h index 3c8d61a6f4..4a9cdb591b 100644 --- a/arch/x86/lib/bios.h +++ b/arch/x86/lib/bios.h @@ -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. diff --git a/arch/x86/lib/bios_pci.S b/arch/x86/lib/bios_pci.S index 9e412e5e4c..53d2ea047a 100644 --- a/arch/x86/lib/bios_pci.S +++ b/arch/x86/lib/bios_pci.S @@ -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. diff --git a/arch/x86/lib/bios_setup.c b/arch/x86/lib/bios_setup.c index 6949b35069..9bf7e5872f 100644 --- a/arch/x86/lib/bios_setup.c +++ b/arch/x86/lib/bios_setup.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. diff --git a/arch/x86/lib/board.c b/arch/x86/lib/board.c index af375ddb1e..b1b8680ec7 100644 --- a/arch/x86/lib/board.c +++ b/arch/x86/lib/board.c @@ -3,7 +3,7 @@ * Graeme Russ, <graeme.russ@gmail.com> * * (C) Copyright 2002 - * Daniel Engström, Omicron Ceti AB, <daniel@omicron.se> + * Daniel Engström, Omicron Ceti AB, <daniel@omicron.se> * * (C) Copyright 2002 * Wolfgang Denk, DENX Software Engineering, <wd@denx.de> diff --git a/arch/x86/lib/interrupts.c b/arch/x86/lib/interrupts.c index a2c598f9a4..04a9c79f9f 100644 --- a/arch/x86/lib/interrupts.c +++ b/arch/x86/lib/interrupts.c @@ -12,7 +12,7 @@ * Wolfgang Denk, DENX Software Engineering, <wd@denx.de> * * (C) Copyright 2002 - * Daniel Engström, Omicron Ceti AB, <daniel@omicron.se> + * Daniel Engström, Omicron Ceti AB, <daniel@omicron.se> * * (C) Copyright 2001 * Josh Huber, Mission Critical Linux, Inc, <huber@mclx.com> @@ -43,7 +43,7 @@ * Daniel Hellstrom, Detlev Zundel, Wolfgang Denk and Josh Huber are * credited for the corresponding work on those ports. The original * interrupt handling routines for the x86 port were written by - * Daniel Engström + * Daniel Engström */ #include <common.h> diff --git a/arch/x86/lib/pcat_interrupts.c b/arch/x86/lib/pcat_interrupts.c index 364c435837..2caae208eb 100644 --- a/arch/x86/lib/pcat_interrupts.c +++ b/arch/x86/lib/pcat_interrupts.c @@ -3,7 +3,7 @@ * Graeme Russ, <graeme.russ@gmail.com> * * (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. diff --git a/arch/x86/lib/pcat_timer.c b/arch/x86/lib/pcat_timer.c index 1911c6c19d..f2a54223af 100644 --- a/arch/x86/lib/pcat_timer.c +++ b/arch/x86/lib/pcat_timer.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. diff --git a/arch/x86/lib/pci.c b/arch/x86/lib/pci.c index e791e88bd4..593a7db75f 100644 --- a/arch/x86/lib/pci.c +++ b/arch/x86/lib/pci.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. diff --git a/arch/x86/lib/pci_type1.c b/arch/x86/lib/pci_type1.c index 8ce5b33e3d..da1d3566ad 100644 --- a/arch/x86/lib/pci_type1.c +++ b/arch/x86/lib/pci_type1.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. diff --git a/arch/x86/lib/realmode.c b/arch/x86/lib/realmode.c index 5be827c66b..c113393415 100644 --- a/arch/x86/lib/realmode.c +++ b/arch/x86/lib/realmode.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. diff --git a/arch/x86/lib/realmode_switch.S b/arch/x86/lib/realmode_switch.S index fce4eccab0..7ee709a8b4 100644 --- a/arch/x86/lib/realmode_switch.S +++ b/arch/x86/lib/realmode_switch.S @@ -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. diff --git a/arch/x86/lib/timer.c b/arch/x86/lib/timer.c index a822d66af5..8b1bde708c 100644 --- a/arch/x86/lib/timer.c +++ b/arch/x86/lib/timer.c @@ -3,7 +3,7 @@ * Graeme Russ, <graeme.russ@gmail.com> * * (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. diff --git a/arch/x86/lib/video.c b/arch/x86/lib/video.c index b29075c490..0efcf3f453 100644 --- a/arch/x86/lib/video.c +++ b/arch/x86/lib/video.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. diff --git a/arch/x86/lib/video_bios.c b/arch/x86/lib/video_bios.c index 6bc4335743..7574f771fd 100644 --- a/arch/x86/lib/video_bios.c +++ b/arch/x86/lib/video_bios.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. diff --git a/arch/x86/lib/zimage.c b/arch/x86/lib/zimage.c index cc4b40e64c..6682e0de58 100644 --- a/arch/x86/lib/zimage.c +++ b/arch/x86/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. |