From: Lothar Waßmann Date: Wed, 17 Oct 2018 15:46:20 +0000 (+0200) Subject: fix TXUL module name X-Git-Tag: KARO-TX6-2019-07-31~14 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=a0769f87144b75572ac6c347f1be6560160a4f09;ds=sidebyside fix TXUL module name --- diff --git a/board/karo/tx6/tx6ul.c b/board/karo/tx6/tx6ul.c index 0722b1e5c6..12e8087956 100644 --- a/board/karo/tx6/tx6ul.c +++ b/board/karo/tx6/tx6ul.c @@ -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';