]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/freescale/t104xrdb/t104xrdb.c
powerpc/T104xRDB: Remove vbank check redundant code
[karo-tx-uboot.git] / board / freescale / t104xrdb / t104xrdb.c
index c4b658d55d276abe16e641b3c72049f769642c35..d982dfc872c4c7e9fc55406964c0b640f82a21dd 100644 (file)
@@ -39,10 +39,7 @@ int checkboard(void)
        sw = CPLD_READ(flash_ctl_status);
        sw = ((sw & CPLD_LBMAP_MASK) >> CPLD_LBMAP_SHIFT);
 
-       if (sw <= 7)
-               printf("vBank: %d\n", sw);
-       else
-               printf("Unsupported Bank=%x\n", sw);
+       printf("vBank: %d\n", sw);
 
        return 0;
 }