From: Peng Fan Date: Sun, 3 May 2020 14:19:57 +0000 (+0800) Subject: imx: cpu: support tmu X-Git-Tag: v2020.07-rc2~3^2~40 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=dc597d1d408422e3c5d1adc43297f927bb7ca4c9;p=oweals%2Fu-boot.git imx: cpu: support tmu Support tmu when print cpu info Signed-off-by: peng Fan --- diff --git a/arch/arm/mach-imx/cpu.c b/arch/arm/mach-imx/cpu.c index e83f6934cd..515c1fea40 100644 --- a/arch/arm/mach-imx/cpu.c +++ b/arch/arm/mach-imx/cpu.c @@ -168,7 +168,7 @@ int print_cpuinfo(void) cpurev = get_cpu_rev(); -#if defined(CONFIG_IMX_THERMAL) +#if defined(CONFIG_IMX_THERMAL) || defined(CONFIG_IMX_TMU) struct udevice *thermal_dev; int cpu_tmp, minc, maxc, ret; @@ -191,7 +191,7 @@ int print_cpuinfo(void) mxc_get_clock(MXC_ARM_CLK) / 1000000); #endif -#if defined(CONFIG_IMX_THERMAL) +#if defined(CONFIG_IMX_THERMAL) || defined(CONFIG_IMX_TMU) puts("CPU: "); switch (get_cpu_temp_grade(&minc, &maxc)) { case TEMP_AUTOMOTIVE: