[U-Boot] [PATCH] spl: define BOOT_DEVICE_USB
Masahiro Yamada
yamada.masahiro at socionext.com
Tue Feb 2 10:32:20 CET 2016
Hi Tom,
I want to use this patch as a prerequisite of my next patch series.
This patch is trivial enough, so can you apply it to u-boot/master soon?
Or, may I include this in my series?
2016-02-02 15:45 GMT+09:00 Masahiro Yamada <yamada.masahiro at socionext.com>:
> This macro is referenced from common/spl/spl.c
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
> ---
>
> 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
More information about the U-Boot
mailing list