X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2Fsiemens%2FSMN42%2Fflash.c;h=7d4977e0262cad44321b95174de4305f6194877c;hb=b721ff745d3e5b4fe6bb8db430553d54dba4bd17;hp=e80df0bcf4bb1b581834266926ce4300bead837a;hpb=3e3b956906eba9e4ad7931581ecedaad10eccce8;p=oweals%2Fu-boot.git 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 #include -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);