aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Nikitin <denik@chromium.org>2023-07-21 11:22:03 -0700
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-07-28 20:42:30 +0000
commita5e14c07a07387e30929e9c61a69ba5068669099 (patch)
tree3d64257030845341b470aecb0a13a004ce9f81bb
parent8a149c1f04e941d409e0f51ee3f79760332b5a79 (diff)
downloadtoolchain-utils-a5e14c07a07387e30929e9c61a69ba5068669099.tar.gz
update_kernel_afdo: Drop 4.19 kernel
BUG=b:292253082 TEST=cq Change-Id: Ib753f74d288a40b9a873456d29f9f85d892533a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/4708685 Auto-Submit: Denis Nikitin <denik@chromium.org> Commit-Queue: George Burgess <gbiv@chromium.org> Tested-by: Denis Nikitin <denik@chromium.org> Reviewed-by: George Burgess <gbiv@chromium.org>
-rwxr-xr-xafdo_tools/update_kernel_afdo2
-rw-r--r--afdo_tools/update_kernel_afdo.cfg2
2 files changed, 2 insertions, 2 deletions
diff --git a/afdo_tools/update_kernel_afdo b/afdo_tools/update_kernel_afdo
index 4c7afb38..6bfa53fa 100755
--- a/afdo_tools/update_kernel_afdo
+++ b/afdo_tools/update_kernel_afdo
@@ -194,7 +194,7 @@ do
source "${config_file}"
else
# DON'T UPDATE THESE CONSTANTS HERE!
- # Update config_file instead.
+ # Update ${config_file} instead.
AMD_KVERS="4.14 4.19 5.4 5.10"
ARM_KVERS="5.15"
AMD_METADATA_FILE="afdo_metadata/kernel_afdo.json"
diff --git a/afdo_tools/update_kernel_afdo.cfg b/afdo_tools/update_kernel_afdo.cfg
index 66a6fd18..a196a0af 100644
--- a/afdo_tools/update_kernel_afdo.cfg
+++ b/afdo_tools/update_kernel_afdo.cfg
@@ -2,7 +2,7 @@
# All changes here won't affect kernel afdo update in branches.
# WARNING: Changes must be submitted to have effect.
-AMD_KVERS="4.14 4.19 5.4 5.10 5.15"
+AMD_KVERS="4.14 5.4 5.10 5.15"
ARM_KVERS="5.15"
AMD_METADATA_FILE="afdo_metadata/kernel_afdo.json"
ARM_METADATA_FILE="afdo_metadata/kernel_arm_afdo.json"