]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/karo/tx6/tx6ul.c
fix TXUL module name
[karo-tx-uboot.git] / board / karo / tx6 / tx6ul.c
index 0722b1e5c6756df596659f18b15c34c8d29c7c36..12e808795653fe3dfe68003b338ee150a4e81867 100644 (file)
@@ -479,7 +479,7 @@ int board_init(void)
        char f = '?';
 
        if (is_cpu_type(MXC_CPU_MX6UL))
-               f = ((cpurev & 0xf0) > 0x10) ? '5' : '0';
+               f = ((cpurev & 0xff) > 0x10) ? '5' : '0';
        else if (is_cpu_type(MXC_CPU_MX6ULL))
                f = '8';