From 1289b327b6072dbbb5f1e0193e69067d70173a67 Mon Sep 17 00:00:00 2001 From: Andrew Turner Date: Wed, 2 Nov 2022 19:42:32 +0000 Subject: Sort the SOC options in the arm64 NOTES config (cherry picked from commit 2222b0e7133ebaa4588f98fa2213c30e45f6d283) --- sys/arm64/conf/NOTES | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arm64/conf/NOTES b/sys/arm64/conf/NOTES index 8036784370c5..0d275c0fdd2c 100644 --- a/sys/arm64/conf/NOTES +++ b/sys/arm64/conf/NOTES @@ -34,10 +34,10 @@ options INTRNG # SoC support options SOC_ALLWINNER_A64 options SOC_ALLWINNER_H5 -options SOC_CAVM_THUNDERX -options SOC_HISI_HI6220 options SOC_BRCM_BCM2837 options SOC_BRCM_BCM2838 +options SOC_CAVM_THUNDERX +options SOC_HISI_HI6220 options SOC_MARVELL_8K options SOC_ROCKCHIP_RK3328 options SOC_ROCKCHIP_RK3399 -- cgit v1.2.3