All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] spl: sunxi: Fix build error with CONFIG_SPL_SPI_SUNXI
@ 2017-01-02 18:24 Priit Laes
  2017-01-03 14:13 ` Jagan Teki
  0 siblings, 1 reply; 3+ messages in thread
From: Priit Laes @ 2017-01-02 18:24 UTC (permalink / raw)
  To: u-boot

Fix typo introduced in ebc4ef61d76fc182773fe225151adc9b913c62eb

Signed-off-by: Priit Laes <plaes@plaes.org>
---
 drivers/mtd/spi/sunxi_spi_spl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/spi/sunxi_spi_spl.c b/drivers/mtd/spi/sunxi_spi_spl.c
index e70064c..a24c115 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);
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] spl: sunxi: Fix build error with CONFIG_SPL_SPI_SUNXI
  2017-01-02 18:24 [U-Boot] [PATCH] spl: sunxi: Fix build error with CONFIG_SPL_SPI_SUNXI Priit Laes
@ 2017-01-03 14:13 ` Jagan Teki
  2017-01-04 10:59   ` Jagan Teki
  0 siblings, 1 reply; 3+ messages in thread
From: Jagan Teki @ 2017-01-03 14:13 UTC (permalink / raw)
  To: u-boot

On Mon, Jan 2, 2017 at 7:24 PM, Priit Laes <plaes@plaes.org> wrote:
> Fix typo introduced in ebc4ef61d76fc182773fe225151adc9b913c62eb
>
> Signed-off-by: Priit Laes <plaes@plaes.org>

Reviewed-by: Jagan Teki <jagan@openedev.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] spl: sunxi: Fix build error with CONFIG_SPL_SPI_SUNXI
  2017-01-03 14:13 ` Jagan Teki
@ 2017-01-04 10:59   ` Jagan Teki
  0 siblings, 0 replies; 3+ messages in thread
From: Jagan Teki @ 2017-01-04 10:59 UTC (permalink / raw)
  To: u-boot

On Tue, Jan 3, 2017 at 3:13 PM, Jagan Teki <jagan@openedev.com> wrote:
> On Mon, Jan 2, 2017 at 7:24 PM, Priit Laes <plaes@plaes.org> wrote:
>> Fix typo introduced in ebc4ef61d76fc182773fe225151adc9b913c62eb
>>
>> Signed-off-by: Priit Laes <plaes@plaes.org>
>
> Reviewed-by: Jagan Teki <jagan@openedev.com>

Applied to u-boot-sunix/master

Jagan.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-01-04 10:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-02 18:24 [U-Boot] [PATCH] spl: sunxi: Fix build error with CONFIG_SPL_SPI_SUNXI Priit Laes
2017-01-03 14:13 ` Jagan Teki
2017-01-04 10:59   ` Jagan Teki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.