[U-Boot] [PATCH v4 1/9] dts: renamed FIT_EMBED to MULTI_DTB_FIT and moved it to the dts Kconfig

Simon Glass sjg at chromium.org
Sun Aug 13 21:35:00 UTC 2017


On 7 August 2017 at 04:07, Jean-Jacques Hiblot <jjhiblot at ti.com> 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 <jjhiblot at ti.com>
> Reviewed-by: Tom Rini <trini at konsulko.com>
> Reviewed-by: Simon Glass <sjg at chromium.org>
> ---
>
> 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 <sjg at chromium.org>


More information about the U-Boot mailing list