diff options
author | Albert ARIBAUD | 2011-08-04 18:45:45 +0200 |
---|---|---|
committer | Wolfgang Denk | 2011-08-04 23:34:02 +0200 |
commit | fa82f871c8dbc9a15e8dc274b3f99dd5fa0da458 (patch) | |
tree | e42df8af804c785913a25c066368909a618b1dd8 /board/Marvell/common | |
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 'board/Marvell/common')
-rw-r--r-- | board/Marvell/common/memory.c | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/board/Marvell/common/memory.c b/board/Marvell/common/memory.c index 45353af41e7..7fd63552364 100644 --- a/board/Marvell/common/memory.c +++ b/board/Marvell/common/memory.c @@ -35,7 +35,7 @@ /******************************************************************************* * memoryGetBankBaseAddress - Returns the base address of a memory bank. * DESCRIPTION: -* This function returns the base address of one of the SDRAM’s memory +* This function returns the base address of one of the SDRAM's memory * banks. There are 4 memory banks and each one represents one DIMM side. * INPUT: * MEMORY_BANK bank - Selects one of the four banks as defined in Memory.h. @@ -366,8 +366,8 @@ unsigned int memoryGetDeviceWidth (DEVICE device) * This function sets new base and size for one the memory banks * (CS0 - CS3). It is the programmer`s responsibility to make sure that * there are no conflicts with other memory spaces. When two memory spaces -* overlap, the MV’s behavior is not defined .If a bank needs to be closed, -* set the ’bankLength’ parameter size to 0x0. +* overlap, the MV's behavior is not defined .If a bank needs to be closed, +* set the 'bankLength' parameter size to 0x0. * * INPUT: * bank - One of the memory banks (CS0-CS3) as defined in gtMemory.h. @@ -375,7 +375,7 @@ unsigned int memoryGetDeviceWidth (DEVICE device) * bankLength - The memory bank size. This function will decrement the * 'bankLength' parameter by one and then check if the size is * valid. A valid size must be programed from LSB to MSB as -* sequence of ‘1’s followed by sequence of ‘0’s. +* sequence of '1's followed by sequence of '0's. * To close a memory window simply set the size to 0. * NOTE!!! * The size must be in 64Kbyte granularity. @@ -487,7 +487,7 @@ bool memoryMapBank (MEMORY_BANK bank, unsigned int bankBase, * This function sets new base and size for one the device windows * (DEV_CS0 - DEV_CS3). It is the programmer`s responsibility to make sure * that there are no conflicts with other memory spaces. When two memory -* spaces overlap, the MV’s behavior is not defined .If a device window +* spaces overlap, the MV's behavior is not defined .If a device window * needs to be closed, set the 'deviceLength' parameter size to 0x0. * * INPUT: @@ -497,8 +497,8 @@ bool memoryMapBank (MEMORY_BANK bank, unsigned int bankBase, * deviceLength - The device window size. This function will decrement * the 'deviceLength' parameter by one and then * check if the size is valid. A valid size must be -* programed from LSB to MSB as sequence of ‘1’s -* followed by sequence of ‘0’s. +* programed from LSB to MSB as sequence of '1's +* followed by sequence of '0's. * To close a memory window simply set the size to 0. * * NOTE!!! @@ -604,7 +604,7 @@ bool memoryMapDeviceSpace (DEVICE device, unsigned int deviceBase, * This function sets new base and size for one the PCI windows * (PCI memory0/1/2..). It is the programmer`s responsibility to make sure * that there are no conflicts with other memory spaces. When two memory -* spaces overlap, the MV’s behavior is not defined .If a PCI window +* spaces overlap, the MV's behavior is not defined. If a PCI window * needs to be closed, set the 'pciWindowSize' parameter size to 0x0. * * INPUT: @@ -613,7 +613,7 @@ bool memoryMapDeviceSpace (DEVICE device, unsigned int deviceBase, * pciWindowSize - The PCI window size. This function will decrement the * 'pciWindowSize' parameter by one and then check if the * size is valid. A valid size must be programed from LSB -* to MSB as sequence of ‘1’s followed by sequence of ‘0’s. +* to MSB as sequence of '1's followed by sequence of '0's. * To close a memory window simply set the size to 0. * * NOTE!!! @@ -718,14 +718,14 @@ bool memorySetPciWindow (PCI_MEM_WINDOW pciWindow, unsigned int pciWindowBase, * registers memory space. * * DESCRIPTION: -* This function set new base address for the internal register’s memory +* This function set new base address for the internal registers memory * space (the size is fixed and cannot be modified). The function does not * handle overlapping with other memory spaces, it is the programer's * responsibility to ensure that overlapping does not occur. -* When two memory spaces overlap, the MV’s behavior is not defined. +* When two memory spaces overlap, the MV's behavior is not defined. * * INPUT: -* internalRegBase - new base address for the internal register’s memory +* internalRegBase - new base address for the internal registers memory * space. * * OUTPUT: @@ -762,7 +762,7 @@ bool memoryMapInternalRegistersSpace (unsigned int internalRegBase) * address. * * DESCRIPTION: -* This function returns the base address of the internal register’s +* This function returns the base address of the internal registers * memory space . * * INPUT: @@ -772,7 +772,7 @@ bool memoryMapInternalRegistersSpace (unsigned int internalRegBase) * None. * * RETURN: -* 32 bit base address of the internal register’s memory space. +* 32 bit base address of the internal registers memory space. * *******************************************************************************/ unsigned int memoryGetInternalRegistersSpace (void) @@ -874,7 +874,7 @@ void gtMemorySetInternalSramBaseAddr (unsigned int sramBaseAddress) * regionSize - The region's size. This function will decrement the * 'regionSize' parameter by one and then check if the size * is valid. A valid size must be programed from LSB to MSB -* as sequence of ‘1’s followed by sequence of ‘0’s. +* as sequence of '1's followed by sequence of '0's. * To close a memory window simply set the size to 0. * * NOTE!!! |