uboot-sunxi: use intree dtc explicitly
[openwrt/staging/hauke.git] / package / boot / uboot-rockchip / patches / 101-rock64pro-disable-CONFIG_USE_PREBOOT.patch
1 From 2114d68b3c755ec8043ae9e43ac8e9753e0cec84 Mon Sep 17 00:00:00 2001
2 From: Marty Jones <mj8263788@gmail.com>
3 Date: Sun, 17 Jan 2021 15:26:09 -0500
4 Subject: [PATCH] rockpro64: disable CONFIG_USE_PREBOOT
5
6 On commit https://github.com/u-boot/u-boot/commit/f81f9f0ebac596bae7f27db095f4f0272b606cc3
7 CONFIG_USE_PREBOOT was enabled on the RockPro64.
8
9 When the board is booting, U-Boot hangs as soon as it disables the USB
10 controller. This is a workaround until a final solution is deployed
11 upstream.
12
13 Signed-off-by: Marty Jones <mj8263788@gmail.com>
14 ---
15 configs/rockpro64-rk3399_defconfig | 1 -
16 1 file changed, 1 deletion(-)
17
18 --- a/configs/rockpro64-rk3399_defconfig
19 +++ b/configs/rockpro64-rk3399_defconfig
20 @@ -12,7 +12,6 @@ CONFIG_DEBUG_UART_CLOCK=24000000
21 CONFIG_SPL_SPI_FLASH_SUPPORT=y
22 CONFIG_SPL_SPI_SUPPORT=y
23 CONFIG_DEBUG_UART=y
24 -CONFIG_USE_PREBOOT=y
25 CONFIG_DEFAULT_FDT_FILE="rockchip/rk3399-rockpro64.dtb"
26 CONFIG_DISPLAY_BOARDINFO_LATE=y
27 CONFIG_MISC_INIT_R=y