rockchip: Remove partitions env variable for RK3588
authorJonas Karlman <jonas@kwiboo.se>
Sun, 6 Apr 2025 00:24:24 +0000 (00:24 +0000)
committerKever Yang <kever.yang@rock-chips.com>
Wed, 23 Apr 2025 14:12:02 +0000 (22:12 +0800)
The partitions env variable is using an outdated partition layout that
is typically expected to be used with older vendor miniloader blobs.

Rockchip devices will run fine using any partition layout if the first
16 MiB of MMC storage is ignored/skipped.

Remove the partitions env variable to stop encourage users a continued
use of this outdated partition layout on RK3588 devices.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
include/configs/rk3588_common.h

index e6654c2..7b02560 100644 (file)
@@ -28,7 +28,6 @@
 
 #define CFG_EXTRA_ENV_SETTINGS         \
        "fdtfile=" CONFIG_DEFAULT_FDT_FILE "\0" \
-       "partitions=" PARTS_DEFAULT     \
        ENV_MEM_LAYOUT_SETTINGS         \
        ROCKCHIP_DEVICE_SETTINGS        \
        "boot_targets=" BOOT_TARGETS "\0"