commit | 90c5605c1be2f8ba96492daf422144ab81b56295 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Feb 02 19:12:31 2016 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Sun Feb 14 16:36:13 2016 +0900 |
tree | 5a48e01099c1efcd6a6775360cd2e359fc2df698 | |
parent | 7a4de32050817da5972481b7001d12213a88027f [diff] |
spl: define BOOT_DEVICE_USB This enum is referenced from common/spl/spl.c. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
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 @@ BOOT_DEVICE_NOR, BOOT_DEVICE_UART, BOOT_DEVICE_SPI, + BOOT_DEVICE_USB, BOOT_DEVICE_SATA, BOOT_DEVICE_I2C, BOOT_DEVICE_BOARD,