From: Vagrant Cascadian Date: Sun, 29 Jun 2025 00:33:57 +0000 (+0200) Subject: disable-preboot X-Git-Tag: archive/raspbian/2021.01+dfsg-5+rpi1+deb11u2^2~23 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8c12946eed2e5848b8e4226ab4fe17b2c91e1b37;p=u-boot.git disable-preboot Disable USE_PREBOOT as a workaround to boot failure triggered by initializing USB. (Closes: #973323, #980434) Reported upstream: https://lists.denx.de/pipermail/u-boot/2021-January/438098.html Gbp-Pq: Topic rk3399 Gbp-Pq: Name disable-preboot --- diff --git a/configs/pinebook-pro-rk3399_defconfig b/configs/pinebook-pro-rk3399_defconfig index a471c3e06..e75b4359f 100644 --- a/configs/pinebook-pro-rk3399_defconfig +++ b/configs/pinebook-pro-rk3399_defconfig @@ -12,7 +12,7 @@ CONFIG_SPL_SPI_SUPPORT=y CONFIG_DEFAULT_DEVICE_TREE="rk3399-pinebook-pro" CONFIG_DEBUG_UART=y CONFIG_BOOTDELAY=3 -CONFIG_USE_PREBOOT=y +CONFIG_USE_PREBOOT=n CONFIG_DEFAULT_FDT_FILE="rockchip/rk3399-pinebook-pro.dtb" CONFIG_DISPLAY_BOARDINFO_LATE=y CONFIG_MISC_INIT_R=y diff --git a/configs/rockpro64-rk3399_defconfig b/configs/rockpro64-rk3399_defconfig index 575b7a20d..ee7c5887d 100644 --- a/configs/rockpro64-rk3399_defconfig +++ b/configs/rockpro64-rk3399_defconfig @@ -12,7 +12,7 @@ CONFIG_SPL_SPI_FLASH_SUPPORT=y CONFIG_SPL_SPI_SUPPORT=y CONFIG_DEFAULT_DEVICE_TREE="rk3399-rockpro64" CONFIG_DEBUG_UART=y -CONFIG_USE_PREBOOT=y +CONFIG_USE_PREBOOT=n CONFIG_DEFAULT_FDT_FILE="rockchip/rk3399-rockpro64.dtb" CONFIG_DISPLAY_BOARDINFO_LATE=y CONFIG_MISC_INIT_R=y