Re: [PATCH v3 10/27] binman: Use the fake SPL/TPL only if requested

2021-03-19 Thread Simon Glass
At present we always use the main devicetree for SPL/TPL as well when setting up the state. But this it not needed if there is a real devicetree for SPL or TPL. In fact it confuses things since we cannot distinguish between one being provided and using the fake one. Update the code to create the f

[PATCH v3 10/27] binman: Use the fake SPL/TPL only if requested

2021-03-18 Thread Simon Glass
At present we always use the main devicetree for SPL/TPL as well when setting up the state. But this it not needed if there is a real devicetree for SPL or TPL. In fact it confuses things since we cannot distinguish between one being provided and using the fake one. Update the code to create the f