]> git.gag.com Git - fw/openocd/blobdiff - src/flash/nor/cc26xx.c
flash/nor: update CC26xx/CC13xx support
[fw/openocd] / src / flash / nor / cc26xx.c
index 7b8744143365474e2b02afbf9da6f90930074fa9..0320e92c4fcba187e1a58a03b40dfd58e11c0a1e 100644 (file)
@@ -491,11 +491,6 @@ static int cc26xx_auto_probe(struct flash_bank *bank)
 
        int retval = ERROR_OK;
 
-       if (bank->bank_number != 0) {
-               /* Invalid bank number somehow */
-               return ERROR_FAIL;
-       }
-
        if (!cc26xx_bank->probed)
                retval = cc26xx_probe(bank);