Re: [PATCH v2 01/18] Makefile: Build a separate .dtb for TPL

2020-12-28 Thread Simon Glass
At present both SPL and TPL use the same devicetree binary. While there is logic to run fdtgrep separately on each one, it does not actually happen. Add a new TPL rule and use that instead. Make this rule conditional on there actually being a TPL. Do the same for SPL for consistency. Note that th

[PATCH v2 01/18] Makefile: Build a separate .dtb for TPL

2020-12-22 Thread Simon Glass
At present both SPL and TPL use the same devicetree binary. While there is logic to run fdtgrep separately on each one, it does not actually happen. Add a new TPL rule and use that instead. Make this rule conditional on there actually being a TPL. Do the same for SPL for consistency. Note that th