From fa82f871c8dbc9a15e8dc274b3f99dd5fa0da458 Mon Sep 17 00:00:00 2001 From: Albert ARIBAUD Date: Thu, 4 Aug 2011 18:45:45 +0200 Subject: 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 --- nand_spl/board/amcc/bamboo/sdram.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nand_spl') diff --git a/nand_spl/board/amcc/bamboo/sdram.c b/nand_spl/board/amcc/bamboo/sdram.c index 504a02b9e8..0254ed8866 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*/ /* -- cgit v1.2.3