From f88364d5d99da2b95f06a114eef9c852a5a3b8ee Mon Sep 17 00:00:00 2001 From: Jonas Karlman Date: Sun, 6 Apr 2025 00:24:23 +0000 Subject: [PATCH] rockchip: Remove partitions env variable for RK356x 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 RK356x devices. Signed-off-by: Jonas Karlman Reviewed-by: Kever Yang --- include/configs/rk3568_common.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/rk3568_common.h b/include/configs/rk3568_common.h index 09b7b71c6af..a68ca381db5 100644 --- a/include/configs/rk3568_common.h +++ b/include/configs/rk3568_common.h @@ -29,7 +29,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" -- 2.39.5