mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
rockchip64: bump orangepi4 lts uboot to v2025.01
This commit is contained in:
@@ -13,8 +13,8 @@ MODULES_EDGE="sprdbt_tty sprdwl_ng"
|
|||||||
FULL_DESKTOP="yes"
|
FULL_DESKTOP="yes"
|
||||||
ASOUND_STATE="asound.state.rk3399"
|
ASOUND_STATE="asound.state.rk3399"
|
||||||
BOOT_LOGO="desktop"
|
BOOT_LOGO="desktop"
|
||||||
BOOTBRANCH_BOARD="tag:v2024.10"
|
BOOTBRANCH_BOARD="tag:v2025.01"
|
||||||
BOOTPATCHDIR="v2024.10"
|
BOOTPATCHDIR="v2025.01"
|
||||||
BOOT_SCENARIO="binman"
|
BOOT_SCENARIO="binman"
|
||||||
|
|
||||||
function post_family_tweaks_bsp__OPi4lts() {
|
function post_family_tweaks_bsp__OPi4lts() {
|
||||||
|
|||||||
@@ -0,0 +1,16 @@
|
|||||||
|
Alter the orangepi-rk3399_defconfig file to enable "External TPL",
|
||||||
|
because we want to use the Rockchip ddrbin in place of the u-boot TPL
|
||||||
|
It has to be set with the env variable ROCKCHIP_TPL when invoking make
|
||||||
|
|
||||||
|
diff --git a/configs/orangepi-rk3399_defconfig b/configs/orangepi-rk3399_defconfig
|
||||||
|
index 5dfbdeaf17..167c2b3f60 100644
|
||||||
|
--- a/configs/orangepi-rk3399_defconfig
|
||||||
|
+++ b/configs/orangepi-rk3399_defconfig
|
||||||
|
@@ -8,6 +8,7 @@ CONFIG_ENV_OFFSET=0x3F8000
|
||||||
|
CONFIG_DEFAULT_DEVICE_TREE="rockchip/rk3399-orangepi"
|
||||||
|
CONFIG_DM_RESET=y
|
||||||
|
CONFIG_ROCKCHIP_RK3399=y
|
||||||
|
+CONFIG_ROCKCHIP_EXTERNAL_TPL=y
|
||||||
|
CONFIG_TARGET_EVB_RK3399=y
|
||||||
|
CONFIG_DEBUG_UART_BASE=0xFF1A0000
|
||||||
|
CONFIG_DEBUG_UART_CLOCK=24000000
|
||||||
Reference in New Issue
Block a user