Skip to content
Snippets Groups Projects
Commit 494456bc authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

spl: define BOOT_DEVICE_USB


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

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 3cb9abc9
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,7 @@ enum { ...@@ -24,6 +24,7 @@ enum {
BOOT_DEVICE_NOR, BOOT_DEVICE_NOR,
BOOT_DEVICE_UART, BOOT_DEVICE_UART,
BOOT_DEVICE_SPI, BOOT_DEVICE_SPI,
BOOT_DEVICE_USB,
BOOT_DEVICE_SATA, BOOT_DEVICE_SATA,
BOOT_DEVICE_I2C, BOOT_DEVICE_I2C,
BOOT_DEVICE_BOARD, BOOT_DEVICE_BOARD,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment