From: Masahiro Yamada Date: Tue, 2 Feb 2016 10:12:31 +0000 (+0900) Subject: spl: define BOOT_DEVICE_USB X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=494456bc674d8543bd8d4dcf47347a0cc992d87c;p=u-boot.git spl: define BOOT_DEVICE_USB This enum is referenced from common/spl/spl.c. Signed-off-by: Masahiro Yamada --- diff --git a/arch/arm/include/asm/spl.h b/arch/arm/include/asm/spl.h index 5c5d33f0bd..19c38f4083 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,