summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorAndrey Smirnov <andrew.smirnov@gmail.com>2018-08-10 12:04:25 -0700
committerSascha Hauer <s.hauer@pengutronix.de>2018-08-13 09:12:03 +0200
commit1c1d44b906346191675cef6742117ed34cb07786 (patch)
tree61c78cf9c492e24b98fb5b41a0d9b48105f49d6b /arch
parent5d2fefe6f5845c068dbfbf8f7b00a7eecfff26c4 (diff)
downloadbarebox-1c1d44b906346191675cef6742117ed34cb07786.tar.gz
barebox-1c1d44b906346191675cef6742117ed34cb07786.tar.xz
ARM: i.MX: boot: Fix accidental comma
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-imx/boot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/boot.c b/arch/arm/mach-imx/boot.c
index ab25f75b2a..45170ab104 100644
--- a/arch/arm/mach-imx/boot.c
+++ b/arch/arm/mach-imx/boot.c
@@ -512,7 +512,7 @@ void imx7_get_boot_source(enum bootsource *src, int *instance)
*src = BOOTSOURCE_NAND;
break;
case 6:
- *src = BOOTSOURCE_SPI_NOR,
+ *src = BOOTSOURCE_SPI_NOR;
*instance = imx7_boot_instance_spi_nor(sbmr1);
break;
case 4: