X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fmodnet50%2Fflash.c;h=a50639e09b032cdaee191ff9b7c9004e4a91c482;hb=2242f5369822bc7780db95c47985bb408ea9157b;hp=fc04d9124ea755808a2849f8463ba03da013fb8c;hpb=2d1a537d87727907bf4d888760cba4abc0b52ad3;p=u-boot diff --git a/board/modnet50/flash.c b/board/modnet50/flash.c index fc04d9124e..a50639e09b 100644 --- a/board/modnet50/flash.c +++ b/board/modnet50/flash.c @@ -312,7 +312,7 @@ int flash_erase (flash_info_t * info, int s_first, int s_last) case (FLASH_AM160LV | FLASH_AM160B): setup_offset = UNLOCK_ADDR1; /* just the adress for setup_cmd differs */ case FLASH_AMDL323B: - /* + /* * Disable interrupts which might cause a timeout * here. Remember that our exception vectors are * at address 0 in the flash, and we don't want a @@ -416,7 +416,7 @@ static int write_word (flash_info_t * info, ulong dest, ushort data) if ((*(__u16 *) (dest) & data) != data) return ERR_NOT_ERASED; - /* + /* * Disable interrupts which might cause a timeout * here. Remember that our exception vectors are * at address 0 in the flash, and we don't want a