mirror of
https://github.com/Fishwaldo/build.git
synced 2025-07-12 07:58:47 +00:00
* Switched rockchip64/rk3399 to u-boot v2020.10 * Some tweaks for SPI booting on ROCK Pi 4 in u-boot v2020.10 * Adjusted NanoPi M4V2 config for u-boot v2020.10 * Disabled PREBOOT for RockPro64 in u-boot v2020.10 It breaks boot during fdt loading * Fix issues with booting from SPI flash for RockPro64 * Moved NanoPi R4S patches to board specific folder
20 lines
739 B
Diff
20 lines
739 B
Diff
It disables PREBOOT enabled in:
|
|
https://github.com/u-boot/u-boot/commit/f81f9f0ebac596bae7f27db095f4f0272b606cc3
|
|
|
|
Booting with PREBOOT enabled leads to boot hangs at:
|
|
"Booting using the fdt blob at 0x1f00000"
|
|
|
|
Signed-off-by: Piotr Szczepanik <piter75@gmail.com>
|
|
|
|
diff --git a/configs/rockpro64-rk3399_defconfig b/configs/rockpro64-rk3399_defconfig
|
|
index ce1adc53..9fa371c4 100644
|
|
--- a/configs/rockpro64-rk3399_defconfig
|
|
+++ b/configs/rockpro64-rk3399_defconfig
|
|
@@ -12,7 +12,6 @@ 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_DEFAULT_FDT_FILE="rockchip/rk3399-rockpro64.dtb"
|
|
CONFIG_MISC_INIT_R=y
|
|
CONFIG_DISPLAY_BOARDINFO_LATE=y
|