summaryrefslogtreecommitdiffstats
path: root/board/siemens
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2007-06-06 16:26:56 +0200
committerWolfgang Denk <wd@denx.de>2007-06-06 16:26:56 +0200
commit725671ccd2cd04c9ebc50c9e5a94dd8cbade66b7 (patch)
treecb85aec09af06fccaee0e6054b312d52415ec2de /board/siemens
parent83b75ef3a6d87b540368d6721728332c919e51bb (diff)
downloadblackbird-obmc-uboot-725671ccd2cd04c9ebc50c9e5a94dd8cbade66b7.tar.gz
blackbird-obmc-uboot-725671ccd2cd04c9ebc50c9e5a94dd8cbade66b7.zip
Coding Style cleanup; generate new CHANGELOG file.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/siemens')
-rwxr-xr-xboard/siemens/SMN42/flash.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/board/siemens/SMN42/flash.c b/board/siemens/SMN42/flash.c
index e80df0bcf4..7d4977e026 100755
--- a/board/siemens/SMN42/flash.c
+++ b/board/siemens/SMN42/flash.c
@@ -25,8 +25,7 @@
#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