From: Peng Fan Date: Mon, 16 Sep 2019 03:09:34 +0000 (+0000) Subject: imx: cpu: restrict get_boot_device X-Git-Tag: v2020.01-rc3~7^2~15 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b890c4aede098f274eff2d2ea2a22eb95d5fe20d;p=oweals%2Fu-boot.git imx: cpu: restrict get_boot_device i.MX8MN has its own get_boot_device, so restrict with i.MX8MQ and i.MX8MM. Signed-off-by: Peng Fan --- diff --git a/arch/arm/mach-imx/cpu.c b/arch/arm/mach-imx/cpu.c index 4db37c7a46..51c7c05f04 100644 --- a/arch/arm/mach-imx/cpu.c +++ b/arch/arm/mach-imx/cpu.c @@ -377,7 +377,7 @@ u32 get_cpu_temp_grade(int *minc, int *maxc) } #endif -#if defined(CONFIG_MX7) || defined(CONFIG_IMX8M) +#if defined(CONFIG_MX7) || defined(CONFIG_IMX8MQ) || defined(CONFIG_IMX8MM) enum boot_device get_boot_device(void) { struct bootrom_sw_info **p =