[PATCH v1 6/6] ARM: boards: protonic-imx6: Enable bootchooser on prti6g board
Oleksij Rempel
o.rempel at pengutronix.de
Wed Aug 18 05:19:45 PDT 2021
From: Robin van der Gracht <robin at protonic.nl>
Bootchooser is now ported to the prti6g board. So, let barebox know
about it.
Signed-off-by: Robin van der Gracht <robin at protonic.nl>
Signed-off-by: Oleksij Rempel <o.rempel at pengutronix.de>
---
arch/arm/boards/protonic-imx6/board.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boards/protonic-imx6/board.c b/arch/arm/boards/protonic-imx6/board.c
index 0cfafdcc26..9ded94b3b0 100644
--- a/arch/arm/boards/protonic-imx6/board.c
+++ b/arch/arm/boards/protonic-imx6/board.c
@@ -962,7 +962,7 @@ static const struct prt_machine_data prt_imx6_cfg_prti6g[] = {
.i2c_adapter = 0,
.emmc_usdhc = 1,
.init = prt_imx6_init_prti6g,
- .flags = PRT_IMX6_BOOTSRC_EMMC,
+ .flags = PRT_IMX6_BOOTSRC_EMMC | PRT_IMX6_BOOTCHOOSER,
}, {
.hw_id = UINT_MAX
},
--
2.30.2
More information about the barebox
mailing list