summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorPeter Pearse <peter.pearse@arm.com>2007-05-18 16:47:03 +0100
committerPeter Pearse <peter.pearse@arm.com>2007-05-18 16:47:03 +0100
commit3e3b956906eba9e4ad7931581ecedaad10eccce8 (patch)
tree2f8d461030a62106c2314451ee149e9ab55e9a11 /board
parentfdda367561f0f6fb21d5b575402c0f9d2fd08e76 (diff)
downloadblackbird-obmc-uboot-3e3b956906eba9e4ad7931581ecedaad10eccce8.tar.gz
blackbird-obmc-uboot-3e3b956906eba9e4ad7931581ecedaad10eccce8.zip
Reduce line lengths to 80 characters max.
Diffstat (limited to 'board')
-rwxr-xr-x[-rw-r--r--]board/siemens/SMN42/flash.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/siemens/SMN42/flash.c b/board/siemens/SMN42/flash.c
index 7d4977e026..e80df0bcf4 100644..100755
--- a/board/siemens/SMN42/flash.c
+++ b/board/siemens/SMN42/flash.c
@@ -25,7 +25,8 @@
#include <asm/byteorder.h>
#include <asm/arch/hardware.h>
-static unsigned long flash_addr_table[CFG_MAX_FLASH_BANKS] = CFG_FLASH_BANKS_LIST;
+static unsigned long flash_addr_table[CFG_MAX_FLASH_BANKS]
+ = CFG_FLASH_BANKS_LIST;
flash_info_t flash_info[CFG_MAX_FLASH_BANKS];
extern int lpc2292_copy_buffer_to_flash(flash_info_t *, ulong);
OpenPOWER on IntegriCloud