spl: sunxi: Fix build error with CONFIG_SPL_SPI_SUNXI
authorPriit Laes <plaes@plaes.org>
Mon, 2 Jan 2017 18:24:50 +0000 (20:24 +0200)
committerJagan Teki <jagan@openedev.com>
Wed, 4 Jan 2017 10:54:04 +0000 (11:54 +0100)
Fix typo introduced in ebc4ef61d76fc182773fe225151adc9b913c62eb

Signed-off-by: Priit Laes <plaes@plaes.org>
Reviewed-by: Jagan Teki <jagan@openedev.com>
drivers/mtd/spi/sunxi_spi_spl.c

index e70064c..a24c115 100644 (file)
@@ -284,4 +284,4 @@ static int spl_spi_load_image(struct spl_image_info *spl_image,
        return 0;
 }
 /* Use priorty 0 to override the default if it happens to be linked in */
-SPL_LOAD_IMAGE_METHOD("sunxi SPI" 0, BOOT_DEVICE_SPI, spl_spi_load_image);
+SPL_LOAD_IMAGE_METHOD("sunxi SPI", 0, BOOT_DEVICE_SPI, spl_spi_load_image);