summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Alonso <adrian.alonso@nxp.com>2021-03-16 16:01:38 -0500
committerYe Li <ye.li@nxp.com>2021-06-18 01:43:21 -0700
commit9352e662882870259b8c68118ab870ebf4cd9306 (patch)
tree84d5872ffbb1abef4b9570879aa17243968b68bd
parent80aefe2a52cda42cab436c1ea9208b0c6386a2e2 (diff)
MLK-25347-2: board: freescale: imx8mm ab2: spl enable usb boot device
Enable usb boot device support for imx8mm ab2 target boards Signed-off-by: Adrian Alonso <adrian.alonso@nxp.com> Reviewed-by: Ye Li <ye.li@nxp.com> (cherry picked from commit 14639c28a70005016d343bfd883948f37e509234)
-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;
}