[U-Boot] [PATCH v2 3/5] tx25: Fix coding style
Fabio Estevam
festevam at gmail.com
Wed Oct 5 03:02:34 CEST 2011
Fix warning generated by checkpatch.
Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
---
Changes since v1:
- Fix typo on subject
board/karo/tx25/tx25.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/board/karo/tx25/tx25.c b/board/karo/tx25/tx25.c
index 307ffd0..bbf12ec 100644
--- a/board/karo/tx25/tx25.c
+++ b/board/karo/tx25/tx25.c
@@ -157,7 +157,7 @@ int board_late_init(void)
return 0;
}
-int dram_init (void)
+int dram_init(void)
{
/* dram_init must store complete ramsize in gd->ram_size */
gd->ram_size = get_ram_size((void *)PHYS_SDRAM_1,
--
1.7.1
More information about the U-Boot
mailing list