summaryrefslogtreecommitdiff
path: root/common/spl/spl.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/spl/spl.c')
-rw-r--r--common/spl/spl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/spl/spl.c b/common/spl/spl.c
index 32b9f1e95c..8d07321784 100644
--- a/common/spl/spl.c
+++ b/common/spl/spl.c
@@ -319,6 +319,9 @@ struct boot_device_name boot_name_table[] = {
#ifdef CONFIG_SPL_DFU_SUPPORT
{ BOOT_DEVICE_DFU, "USB DFU" },
#endif
+#ifdef CONFIG_SPL_USB_SDP_SUPPORT
+ { BOOT_DEVICE_SDP, "USB SDP" },
+#endif
#ifdef CONFIG_SPL_SATA_SUPPORT
{ BOOT_DEVICE_SATA, "SATA" },
#endif