[PATCH] overlay: return error if target for firmware is missing

2020-12-18 Thread Michael Tretter
If the overlay references a firmware, the overlay must not be applied if the firmware cannot be loaded. However, if the target node of the firmware (i.e., the firmware manager) was not found, the fragment was ignored and the firmware not loaded, but the overlay applied anyway. If the overlay does

No oob scheme defined for oobsize 224 on imx6ull board

2020-12-18 Thread 郑小军
Hi, all I am trying to run barebox on my i.mx6ull board. I inherit from nxp-imx6ull-evk. When I added nand flash support, system crashed. I found that the pointer "chip->legacy.set_features" and "chip->legacy.get_features" in nand_mxs.c was NULL. I replaced it with nand_set_features() and