Skip to content
  • Masahiro Yamada's avatar
    fdt_region: move fdt_region.c to common/ from lib/libfdt/ · 3e69db12
    Masahiro Yamada authored and Simon Glass's avatar Simon Glass committed
    
    
    My goal is to sync lib/libfdt/ with scripts/dtc/libfdt/, that is,
    make lib/libfdt/ contain only wrapper files.
    
    fdt_region.c was written only for U-Boot to implement the verified
    boot. So, this belongs to the same group as common/fdt_support.c,
    which is a collection of U-Boot own fdt helpers.
    
    Move lib/libfdt/fdt_region.c to common/fdt_region.c . This is
    necessary only when CONFIG_(SPL_TPL_)_FIT_SIGNATURE is enabled.
    
    Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
    3e69db12