From cec5e909a1b25d7d06f384fc323bcaee4ffb9e3d Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Mon, 16 Apr 2018 12:31:46 -0700 Subject: ARM: i.MX7: boot: Remove incorrect NAND bootsource detection i.MX7 differs from i.MX6 and i.MX53 and bit 7 in SBMR is not used to signify boot from NAND. Signed-off-by: Andrey Smirnov Signed-off-by: Sascha Hauer --- arch/arm/mach-imx/boot.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/arch/arm/mach-imx/boot.c b/arch/arm/mach-imx/boot.c index 161d04804b..c04b671a80 100644 --- a/arch/arm/mach-imx/boot.c +++ b/arch/arm/mach-imx/boot.c @@ -446,10 +446,6 @@ void imx7_get_boot_source(enum bootsource *src, int *instance) break; } - /* BOOT_CFG1[7:0] */ - if (sbmr1 & (1 << 7)) - *src = BOOTSOURCE_NAND; - return; } -- cgit v1.2.3