diff options
author | Wolfgang Denk <wd@denx.de> | 2008-01-10 00:55:14 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-01-10 00:55:14 +0100 |
commit | d3a6532cbe263d992f49e86ac95bede28e96f9c8 (patch) | |
tree | 687561d091203e912658d34422fb969eb7ab3744 /board/atum8548/atum8548.c | |
parent | 694976afa5dcc5c4e7eaeaa0612eac35cd5bd8ec (diff) | |
download | talos-obmc-uboot-d3a6532cbe263d992f49e86ac95bede28e96f9c8.tar.gz talos-obmc-uboot-d3a6532cbe263d992f49e86ac95bede28e96f9c8.zip |
Coding Style cleanup; update CHANGELOG
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/atum8548/atum8548.c')
-rw-r--r-- | board/atum8548/atum8548.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/board/atum8548/atum8548.c b/board/atum8548/atum8548.c index 4d7dc7728c..f11abd816b 100644 --- a/board/atum8548/atum8548.c +++ b/board/atum8548/atum8548.c @@ -140,7 +140,7 @@ testdram(void) for (p = pstart; p < pend; p++) { printf ("DRAM test attempting to write 0xaaaaaaaa at: %08x\n", (uint) p); *p = 0xaaaaaaaa; - } + } for (p = pstart; p < pend; p++) { if (*p != 0xaaaaaaaa) { @@ -191,7 +191,7 @@ pci_init_board(void) debug (" pci_init_board: devdisr=%x, io_sel=%x, host_agent=%x\n", devdisr, io_sel, host_agent); - /* explicitly set 'Clock out select register' to echo SYSCLK input to our CPLD */ + /* explicitly set 'Clock out select register' to echo SYSCLK input to our CPLD */ gur->clkocr |= MPC85xx_ATUM_CLKOCR; if (io_sel & 1) { @@ -376,7 +376,7 @@ pci_init_board(void) int last_stage_init(void) { - int ic = icache_status (); + int ic = icache_status (); printf ("icache_status: %d\n", ic); return 0; } |