projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87f5f54
)
spl: sunxi: Fix build error with CONFIG_SPL_SPI_SUNXI
author
Priit Laes
<plaes@plaes.org>
Mon, 2 Jan 2017 18:24:50 +0000
(20:24 +0200)
committer
Jagan 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
patch
|
blob
|
history
diff --git
a/drivers/mtd/spi/sunxi_spi_spl.c
b/drivers/mtd/spi/sunxi_spi_spl.c
index e70064c677186cbb44fce787fa59d3369ffcc598..a24c115174177792b3bb65c1d21f30076859bf94 100644
(file)
--- 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);