Convert SPU3 to use MMC boot partitions as well as extend the initcall to cover CFU1 which can support this feature as well. Signed-off-by: Andrey Smirnov <andrew.smirnov@xxxxxxxxx> --- arch/arm/boards/zii-vf610-dev/board.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/arch/arm/boards/zii-vf610-dev/board.c b/arch/arm/boards/zii-vf610-dev/board.c index 42b5c59df..cc3ecbda2 100644 --- a/arch/arm/boards/zii-vf610-dev/board.c +++ b/arch/arm/boards/zii-vf610-dev/board.c @@ -168,10 +168,11 @@ static int zii_vf610_dev_register_bbu(void) } late_initcall(zii_vf610_dev_register_bbu); -static int zii_vf610_spu3_register_bbu(void) +static int zii_vf610_register_emmc_bbu(void) { int ret; - if (!of_machine_is_compatible("zii,vf610spu3-a")) + if (!of_machine_is_compatible("zii,vf610spu3-a") && + !of_machine_is_compatible("zii,vf610cfu1-a")) return 0; ret = vf610_bbu_internal_mmcboot_register_handler("eMMC", @@ -184,4 +185,4 @@ static int zii_vf610_spu3_register_bbu(void) return 0; } -late_initcall(zii_vf610_spu3_register_bbu); \ No newline at end of file +late_initcall(zii_vf610_register_emmc_bbu); \ No newline at end of file -- 2.17.1 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox