mirror of
https://github.com/Fishwaldo/build.git
synced 2025-04-16 11:01:45 +00:00
10 lines
516 B
Diff
10 lines
516 B
Diff
diff --git a/drivers/mtd/spi/sunxi_spi_spl.c b/drivers/mtd/spi/sunxi_spi_spl.c
|
|
index e70064c67..a24c11517 100644
|
|
--- a/drivers/mtd/spi/sunxi_spi_spl.c
|
|
+++ b/drivers/mtd/spi/sunxi_spi_spl.c
|
|
@@ -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);
|