All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2] spl: define BOOT_DEVICE_USB
@ 2016-02-02 10:12 Masahiro Yamada
  2016-02-10  8:04 ` Masahiro Yamada
  0 siblings, 1 reply; 3+ messages in thread
From: Masahiro Yamada @ 2016-02-02 10:12 UTC (permalink / raw)
  To: u-boot

This enum is referenced from common/spl/spl.c.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

Changes in v2:
  - s/macro/enum/

 arch/arm/include/asm/spl.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/include/asm/spl.h b/arch/arm/include/asm/spl.h
index 5c5d33f..19c38f4 100644
--- a/arch/arm/include/asm/spl.h
+++ b/arch/arm/include/asm/spl.h
@@ -24,6 +24,7 @@ enum {
 	BOOT_DEVICE_NOR,
 	BOOT_DEVICE_UART,
 	BOOT_DEVICE_SPI,
+	BOOT_DEVICE_USB,
 	BOOT_DEVICE_SATA,
 	BOOT_DEVICE_I2C,
 	BOOT_DEVICE_BOARD,
-- 
1.9.1

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

* [U-Boot] [PATCH v2] spl: define BOOT_DEVICE_USB
  2016-02-02 10:12 [U-Boot] [PATCH v2] spl: define BOOT_DEVICE_USB Masahiro Yamada
@ 2016-02-10  8:04 ` Masahiro Yamada
  2016-02-14  8:38   ` Masahiro Yamada
  0 siblings, 1 reply; 3+ messages in thread
From: Masahiro Yamada @ 2016-02-10  8:04 UTC (permalink / raw)
  To: u-boot

Tom,

Can you please apply this?




2016-02-02 19:12 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>:
> This enum is referenced from common/spl/spl.c.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---
>
> Changes in v2:
>   - s/macro/enum/
>
>  arch/arm/include/asm/spl.h | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/include/asm/spl.h b/arch/arm/include/asm/spl.h
> index 5c5d33f..19c38f4 100644
> --- a/arch/arm/include/asm/spl.h
> +++ b/arch/arm/include/asm/spl.h
> @@ -24,6 +24,7 @@ enum {
>         BOOT_DEVICE_NOR,
>         BOOT_DEVICE_UART,
>         BOOT_DEVICE_SPI,
> +       BOOT_DEVICE_USB,
>         BOOT_DEVICE_SATA,
>         BOOT_DEVICE_I2C,
>         BOOT_DEVICE_BOARD,
> --
> 1.9.1
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot



-- 
Best Regards
Masahiro Yamada

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

* [U-Boot] [PATCH v2] spl: define BOOT_DEVICE_USB
  2016-02-10  8:04 ` Masahiro Yamada
@ 2016-02-14  8:38   ` Masahiro Yamada
  0 siblings, 0 replies; 3+ messages in thread
From: Masahiro Yamada @ 2016-02-14  8:38 UTC (permalink / raw)
  To: u-boot

2016-02-10 17:04 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>:
> Tom,
>
> Can you please apply this?
>
>
>
>
> 2016-02-02 19:12 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>:
>> This enum is referenced from common/spl/spl.c.
>>
>> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
>> ---
>>
>> Changes in v2:
>>   - s/macro/enum/


I applied this to u-boot-uniphier/master
because it is necessary for my other patches
and I believe it is innocent enough.



-- 
Best Regards
Masahiro Yamada

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

end of thread, other threads:[~2016-02-14  8:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-02 10:12 [U-Boot] [PATCH v2] spl: define BOOT_DEVICE_USB Masahiro Yamada
2016-02-10  8:04 ` Masahiro Yamada
2016-02-14  8:38   ` Masahiro Yamada

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.