On 7 August 2017 at 04:07, Jean-Jacques Hiblot <[email protected]> wrote: > CONFIG_FIT_EMBED might be confused with CONFIG_OF_EMBED, rename it > MULTI_DTB_FIT as it is able to get a DTB from a FIT image containing > multiple DTBs. Also move the option to the Kconfig dedicated to the DTS > options and create a README for this feature. > > Signed-off-by: Jean-Jacques Hiblot <[email protected]> > Reviewed-by: Tom Rini <[email protected]> > Reviewed-by: Simon Glass <[email protected]> > --- > > no change since v3 > > Makefile | 2 +- > board/ti/ks2_evm/board_k2e.c | 2 +- > board/ti/ks2_evm/board_k2g.c | 2 +- > board/ti/ks2_evm/board_k2hk.c | 2 +- > board/ti/ks2_evm/board_k2l.c | 2 +- > common/Kconfig | 16 ---------------- > common/Makefile | 2 +- > configs/k2e_evm_defconfig | 2 +- > configs/k2g_evm_defconfig | 2 +- > configs/k2hk_evm_defconfig | 2 +- > configs/k2l_evm_defconfig | 2 +- > doc/README.multi-dtb-fit | 9 +++++++++ > dts/Kconfig | 20 +++++++++++++++++++- > lib/fdtdec.c | 2 +- > 14 files changed, 39 insertions(+), 28 deletions(-) > create mode 100644 doc/README.multi-dtb-fit
Reviewed-by: Simon Glass <[email protected]> _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

