]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/imx-common/cpu.c
arm: mvebu: drivers/ddr: Move Armada XP DDR init code into new directory
[u-boot] / arch / arm / imx-common / cpu.c
index a78e0ed0df56e45be4b898a2fcaab73afe6d93bc..5e56cfe8f2a71163f5f1a392b150b03a004ca7ae 100644 (file)
@@ -146,11 +146,11 @@ const char *get_imx_type(u32 imxtype)
 int print_cpuinfo(void)
 {
        u32 cpurev;
+       __maybe_unused u32 max_freq;
 
 #if defined(CONFIG_MX6) && defined(CONFIG_IMX6_THERMAL)
        struct udevice *thermal_dev;
        int cpu_tmp, minc, maxc, ret;
-       u32 max_freq;
 #endif
 
        cpurev = get_cpu_rev();