diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-12-25 21:10:39 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-12-26 08:53:58 +0100 |
commit | 192281ae3038a57d98c8e0a06bcab0bd8efa2fc7 (patch) | |
tree | 6e722088ac5182b9c1952fb3886a5402e478250c /package/u-boot/patches/patch-configs_rock-pi-4-rk3399_defconfig | |
parent | 6605e98ef31bab3d073cc2e2b95ccb8eb41e33d1 (diff) |
implement dual-boot for rockpi4-plus device
Diffstat (limited to 'package/u-boot/patches/patch-configs_rock-pi-4-rk3399_defconfig')
-rw-r--r-- | package/u-boot/patches/patch-configs_rock-pi-4-rk3399_defconfig | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/package/u-boot/patches/patch-configs_rock-pi-4-rk3399_defconfig b/package/u-boot/patches/patch-configs_rock-pi-4-rk3399_defconfig index 575ddfbe6..93307dc60 100644 --- a/package/u-boot/patches/patch-configs_rock-pi-4-rk3399_defconfig +++ b/package/u-boot/patches/patch-configs_rock-pi-4-rk3399_defconfig @@ -1,16 +1,6 @@ --- u-boot-2022.10.orig/configs/rock-pi-4-rk3399_defconfig 2022-10-03 21:25:32.000000000 +0200 -+++ u-boot-2022.10/configs/rock-pi-4-rk3399_defconfig 2022-12-25 06:25:34.169217143 +0100 -@@ -4,7 +4,8 @@ CONFIG_COUNTER_FREQUENCY=24000000 - CONFIG_ARCH_ROCKCHIP=y - CONFIG_SYS_TEXT_BASE=0x00200000 - CONFIG_NR_DRAM_BANKS=1 --CONFIG_ENV_OFFSET=0x3F8000 -+CONFIG_ENV_OFFSET=-0x20000 -+CONFIG_ENV_SIZE=0x20000 - CONFIG_DEFAULT_DEVICE_TREE="rk3399-rock-pi-4b" - CONFIG_ROCKCHIP_RK3399=y - CONFIG_TARGET_EVB_RK3399=y -@@ -60,7 +61,7 @@ CONFIG_REGULATOR_RK8XX=y ++++ u-boot-2022.10/configs/rock-pi-4-rk3399_defconfig 2022-12-25 08:01:46.267056624 +0100 +@@ -60,7 +62,7 @@ CONFIG_REGULATOR_RK8XX=y CONFIG_PWM_ROCKCHIP=y CONFIG_RAM_RK3399_LPDDR4=y CONFIG_DM_RESET=y |