diff options
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | 2017-09-15 12:57:32 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-10-06 11:26:41 -0400 |
commit | 2f57c95100f231de0f4e0301237cbe477e09084b (patch) | |
tree | 0dbc74c6a5dc820ba5fc85875fce28bc6668ff2b /board/theobroma-systems | |
parent | 035d64025c3e32a2f372981f86fc69255feeb2b2 (diff) | |
download | u-boot-2f57c95100f231de0f4e0301237cbe477e09084b.tar.gz |
spl: dm: Make it possible for the SPL to pick its own DTB from a FIT
u-boot can be embedded within a FIT image with multiple DTBs. It then
selects at run-time which one is best suited for the platform.
Use the same principle here for the SPL: put the DTBs in a FIT image,
compress it (LZO, GZIP, or no compression) and append it at the end of the
SPL.
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
[trini: Move default y of SPL_MULTI_DTB_FIT_DYN_ALLOC to it being the
default choice if SYS_MALLOC_F, drop spl.h include from lib/fdtdec.c
it's unused.]
Signed-off-by Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/theobroma-systems')
0 files changed, 0 insertions, 0 deletions