diff options
| author | Jonas Karlman <[email protected]> | 2025-04-06 00:24:24 +0000 |
|---|---|---|
| committer | Kever Yang <[email protected]> | 2025-04-23 22:12:02 +0800 |
| commit | 4c8a2564b28e12218cb130ee9e500f408cba2d4f (patch) | |
| tree | 68db3fdb440eb492860e61fbf19db505b0ade727 /include | |
| parent | f88364d5d99da2b95f06a114eef9c852a5a3b8ee (diff) | |
rockchip: Remove partitions env variable for RK3588
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 <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/rk3588_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/rk3588_common.h b/include/configs/rk3588_common.h index e6654c275ac..7b02560971a 100644 --- a/include/configs/rk3588_common.h +++ b/include/configs/rk3588_common.h @@ -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" |
