Skip to content
Snippets Groups Projects
Commit a6489361 authored by Priit Laes's avatar Priit Laes Committed by Jagan Teki
Browse files

spl: sunxi: Fix build error with CONFIG_SPL_SPI_SUNXI


Fix typo introduced in ebc4ef61

Signed-off-by: default avatarPriit Laes <plaes@plaes.org>
Reviewed-by: default avatarJagan Teki <jagan@openedev.com>
parent 87f5f541
No related branches found
No related tags found
No related merge requests found
......@@ -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);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment