X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=board%2Fppmc8260%2Fstrataflash.c;h=ea3c42eed4b6144bd2a9b1fceb9b45b0c3e43fad;hb=93e1459641e758d2b096d3f1b39414a39bb314f8;hp=3f4fcb93eb27f1ef76f45e70c36871f722c5c872;hpb=aaf5e825606a70ddc8fca8e366d8c16a6fd3cc7c;p=karo-tx-uboot.git diff --git a/board/ppmc8260/strataflash.c b/board/ppmc8260/strataflash.c index 3f4fcb93eb..ea3c42eed4 100644 --- a/board/ppmc8260/strataflash.c +++ b/board/ppmc8260/strataflash.c @@ -2,7 +2,7 @@ * (C) Copyright 2002 * Brad Kemp, Seranoa Networks, Brad.Kemp@seranoa.com * - * SPDX-License-Identifier: GPL-2.0+ + * SPDX-License-Identifier: GPL-2.0+ */ #include @@ -407,7 +407,7 @@ static int flash_full_status_check(flash_info_t * info, ulong sector, ulong tout printf("Command Sequence Error.\n"); } else if(flash_isset(info, sector, 0, FLASH_STATUS_ECLBS)){ printf("Block Erase Error.\n"); - retcode = ERR_NOT_ERASED; + retcode = ERR_NOT_ERASED; } else if (flash_isset(info, sector, 0, FLASH_STATUS_PSLBS)) { printf("Locking Error\n"); }