Let rk35xx and rockchip-rk3588 family use same boot script for legacy/vendor branch #7288
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Family rk35xx legacy/vendor branch use boot-rockchip64.cmd which is the same as mainline current/edge branch, while rockchip-rk3588 legacy/vendor branch use boot-rk3588-legacy.cmd.
boot-rk3588-legacy.cmd
was copied fromboot-rockchip64.cmd
and added supported for overlay: #4734, and rk35xx legacy/vendor are using the same kernel as rockchip-rk3588 legacy/vendor, so we can let the two family use the same boot script.Since that copy, there are some fixes on
boot-rockchip64.cmd
like #6027, so I just syncedboot-rockchip64.cmd
toboot-rk3588-legacy.cmd
, and then rename it toboot-rk35xx.cmd
.Now
diff config/bootscripts/boot-rockchip64.cmd config/bootscripts/boot-rk35xx.cmd
has the following output:So
boot-rk35xx.cmd
is the copy ofboot-rockchip64.cmd
adding overlay file with no prefix support.How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration.
./compile.sh BOARD=armsom-sige3 BRANCH=vendor BUILD_MINIMAL=no DEB_COMPRESS=xz KERNEL_CONFIGURE=no RELEASE=noble KERNEL_GIT=shallow BUILD_DESKTOP=yes DESKTOP_APPGROUPS_SELECTED= DESKTOP_ENVIRONMENT=gnome DESKTOP_ENVIRONMENT_CONFIG_NAME=config_base
Checklist:
Please delete options that are not relevant.