From: Mathew McBride Date: Fri, 1 May 2026 01:36:09 +0000 (+1000) Subject: configs: ten64: add USB start to preboot X-Git-Tag: v2026.07-rc2~16^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dea09737234b8d9b86d0922f31d3f2a68cef3a54;p=thirdparty%2Fu-boot.git configs: ten64: add USB start to preboot There are two reasons why the USB stack needs to be started before handing to bootflow or other boot sequences: 1. When a USB hub is present on the board, we need to do the required sequences to make it usable 2. To make USB storage devices 'visible' to bootflow without further intervention Signed-off-by: Mathew McBride Signed-off-by: Peng Fan --- diff --git a/configs/ten64_tfa_defconfig b/configs/ten64_tfa_defconfig index 26d41b3f366..7c1aaabfa4e 100644 --- a/configs/ten64_tfa_defconfig +++ b/configs/ten64_tfa_defconfig @@ -90,6 +90,8 @@ CONFIG_DM_SPI=y CONFIG_FSL_DSPI=y CONFIG_FSL_QSPI=y CONFIG_TPM_ATMEL_TWI=y +CONFIG_USE_PREBOOT=y +CONFIG_PREBOOT="usb start" CONFIG_USB=y CONFIG_USB_ONBOARD_HUB=y CONFIG_USB_XHCI_HCD=y