mirror of
https://github.com/Heleguo/lede.git
synced 2025-12-16 19:01:32 +00:00
19 lines
717 B
Diff
19 lines
717 B
Diff
--- a/arch/arm/mach-rockchip/rk3588/rk3588.c
|
|
+++ b/arch/arm/mach-rockchip/rk3588/rk3588.c
|
|
@@ -343,6 +343,7 @@ 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;
|
|
@@ -362,6 +363,7 @@ int ft_system_setup(void *blob, struct b
|
|
/* policy: always fail one rkvenc core on rk3582/rk3583 */
|
|
if (!(ip_state[2] & (FAIL_RKVENC0 | FAIL_RKVENC1)))
|
|
ip_state[2] |= FAIL_RKVENC1;
|
|
+#endif
|
|
|
|
log_debug("ip-state: %02x %02x %02x (policy)\n",
|
|
ip_state[0], ip_state[1], ip_state[2]);
|