]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
configs: ten64: enable OF_BOARD_FIXUP
authorMathew McBride <matt@traverse.com.au>
Fri, 1 May 2026 01:36:05 +0000 (11:36 +1000)
committerPeng Fan <peng.fan@nxp.com>
Wed, 6 May 2026 08:04:48 +0000 (16:04 +0800)
We have added board_fix_fdt to remove elements from U-Boot's
internal FDT related to the USB hub, so CONFIG_OF_BOARD_FIXUP
needs to be enabled to utilize it.

Signed-off-by: Mathew McBride <matt@traverse.com.au>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
configs/ten64_tfa_defconfig

index a65209e8335b04b8a70bfdab5b91b69289e3fa38..0254aa6b4a509393deaa77622bbdc47f5c5f0f12 100644 (file)
@@ -21,6 +21,7 @@ CONFIG_FIT_VERBOSE=y
 CONFIG_BOOTSTD_FULL=y
 CONFIG_BOOTSTD_BOOTCOMMAND=y
 CONFIG_DISTRO_DEFAULTS=y
+CONFIG_OF_BOARD_FIXUP=y
 CONFIG_OF_BOARD_SETUP=y
 CONFIG_OF_STDOUT_VIA_ALIAS=y
 CONFIG_USE_BOOTARGS=y