]> git.ipfire.org Git - thirdparty/u-boot.git/commit
boot: Make ft_board_setup_ex() generic
authorJoão Paulo Gonçalves <joao.goncalves@toradex.com>
Mon, 23 Jun 2025 17:39:54 +0000 (14:39 -0300)
committerTom Rini <trini@konsulko.com>
Wed, 9 Jul 2025 14:40:03 +0000 (08:40 -0600)
commit2b7c6b6f3ca34970be61c5189d263f94f0c94917
treeaaa76cd8eee3a6fdd0881e618505ecc72b8ab895
parentdbf7fd557a73ded3141db3c2cf5c572989378825
boot: Make ft_board_setup_ex() generic

In some use cases, board-specific device tree changes must not be
overwritten by system fixups. Although U-Boot provides
ft_board_setup_ex() for this purpose, it is currently only used on TI
Keystone. Make ft_board_setup_ex() to be a generic option, allowing its
use by other architectures/boards. To maintain backward compatibility,
enable it by default on TI Keystone.

Signed-off-by: João Paulo Gonçalves <joao.goncalves@toradex.com>
arch/arm/Kconfig
boot/Kconfig
boot/image-fdt.c
cmd/fdt.c
include/fdt_support.h