summaryrefslogtreecommitdiff
path: root/board/freescale/imx8mm_ab2/spl.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/imx8mm_ab2/spl.c')
-rw-r--r--board/freescale/imx8mm_ab2/spl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/imx8mm_ab2/spl.c b/board/freescale/imx8mm_ab2/spl.c
index 8dd03906a6..e1dd434242 100644
--- a/board/freescale/imx8mm_ab2/spl.c
+++ b/board/freescale/imx8mm_ab2/spl.c
@@ -51,7 +51,7 @@ int spl_board_boot_device(enum boot_device boot_dev_spl)
case NAND_BOOT:
return BOOT_DEVICE_NAND;
case USB_BOOT:
- return BOOT_DEVICE_NONE;
+ return BOOT_DEVICE_BOARD;
default:
return BOOT_DEVICE_NONE;
}