Files
eternalwrt-mt798x/package/boot/uboot-rockchip/patches/900-enable-good-state-big-bluster2-for-rk3582.patch
T
Tianling Shen 848e65f0ff uboot-rockchip: improve adc download key support
Restore support for RK3576/RK3588 and enter dnl mode in SPL.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-06-04 10:58:41 +08:00

15 lines
529 B
Diff

--- a/arch/arm/mach-rockchip/rk3588/rk3588.c
+++ b/arch/arm/mach-rockchip/rk3588/rk3588.c
@@ -363,9 +363,11 @@ int ft_system_setup(void *blob, struct b
if (ip_state[0] & FAIL_CPU_CLUSTER2)
ip_state[0] |= FAIL_CPU_CLUSTER2;
+#if 0
/* policy: always fail one big core cluster on rk3582/rk3583 */
if (!(ip_state[0] & (FAIL_CPU_CLUSTER1 | FAIL_CPU_CLUSTER2)))
ip_state[0] |= FAIL_CPU_CLUSTER2;
+#endif
/* policy: always fail one rkvdec core on rk3582/rk3583 */
if (!(ip_state[1] & (FAIL_RKVDEC0 | FAIL_RKVDEC1)))