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>
This commit is contained in:
committed by
Wolfgang Denk
parent
eccfb49046
commit
fa82f871c8
@@ -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.
|
||||
|
||||
@@ -532,9 +532,9 @@
|
||||
|
||||
#define CONFIG_SYS_ISA_MEM_BASE_ADDRESS 0x78000000
|
||||
/*
|
||||
Die Grafik-Treiber greifen über die Adresse in diesem Macro auf den Chip zu.
|
||||
Die Grafik-Treiber greifen über die Adresse in diesem Macro auf den Chip zu.
|
||||
Das funktioniert bei deren Karten, weil sie eine PCI-Bridge benutzen, die
|
||||
das gleiche Mapping durchführen kann, wie der SC520 (also Aufteilen von IO-Zugriffen
|
||||
das gleiche Mapping durchführen kann, wie der SC520 (also Aufteilen von IO-Zugriffen
|
||||
auf ISA- und PCI-Zyklen)
|
||||
*/
|
||||
#define CONFIG_SYS_ISA_IO_BASE_ADDRESS 0xE8000000
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* (C) Copyright 2002
|
||||
* Stäubli Faverges - <www.staubli.com>
|
||||
* Stäubli Faverges - <www.staubli.com>
|
||||
* Pierre AUBERT p.aubert@staubli.com
|
||||
*
|
||||
* See file CREDITS for list of people who contributed to this
|
||||
|
||||
@@ -115,7 +115,7 @@ struct mtd_info {
|
||||
u_int32_t flags;
|
||||
uint64_t size; /* Total size of the MTD */
|
||||
|
||||
/* "Major" erase size for the device. Naïve users may take this
|
||||
/* "Major" erase size for the device. Naïve users may take this
|
||||
* to be the only erase size available, or may use the more detailed
|
||||
* information below if they desire
|
||||
*/
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* (C) Copyright 2002
|
||||
* Stäubli Faverges - <www.staubli.com>
|
||||
* Stäubli Faverges - <www.staubli.com>
|
||||
* Pierre AUBERT p.aubert@staubli.com
|
||||
*
|
||||
* See file CREDITS for list of people who contributed to this
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* (C) Copyright 2002
|
||||
* Stäubli Faverges - <www.staubli.com>
|
||||
* Stäubli Faverges - <www.staubli.com>
|
||||
* Pierre AUBERT p.aubert@staubli.com
|
||||
*
|
||||
* (C) Copyright 2005
|
||||
|
||||
Reference in New Issue
Block a user