
31 Jan
2019
31 Jan
'19
1:59 p.m.
On 19-01-30 13:58:19, Tom Rini wrote:
On Wed, Jan 30, 2019 at 01:39:50PM +0000, Abel Vesa wrote:
The second version is here: https://lists.denx.de/pipermail/u-boot/2019-January/356557.html
Changes since v2:
- Removed the unecessary SYS_MALLOC_F_LEN from both defocnfig
- Fixed the copyright for all the *u-boot.dtsi files
OK, but you didn't answer why you need to specify your own its file when the TI examples show how to have mkimage generate this for you, thanks!
I might be wrong here but TI is doing this for MLO, which AFAIU, it's for SPL. The fit_spl.its I'm adding here is actually for u-boot proper.
SPL expects descriptions in the configurations and that can't be done without its file, again, AFAIK.
Please let me know what exactly am I missing here.
-- Tom