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 /nand_spl | |
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 'nand_spl')
-rw-r--r-- | nand_spl/board/amcc/bamboo/sdram.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nand_spl/board/amcc/bamboo/sdram.c b/nand_spl/board/amcc/bamboo/sdram.c index 504a02b9e8c..0254ed8866b 100644 --- a/nand_spl/board/amcc/bamboo/sdram.c +++ b/nand_spl/board/amcc/bamboo/sdram.c @@ -79,7 +79,7 @@ phys_size_t initdram(int board_type) mtsdram(SDRAM0_B0CR, 0x00082001); mtsdram(SDRAM0_TR0, 0x41094012); mtsdram(SDRAM0_TR1, 0x8080083d); /* SS=T2 SL=STAGE 3 CD=1 CT=0x00*/ - mtsdram(SDRAM0_RTR, 0x04100000); /* Interval 7.8µs @ 133MHz PLB */ + mtsdram(SDRAM0_RTR, 0x04100000); /* Interval 7.8µs @ 133MHz PLB */ mtsdram(SDRAM0_CFG1, 0x00000000); /* Self-refresh exit, disable PM*/ /* |