The branch main has been updated by andrew:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=2222b0e7133ebaa4588f98fa2213c30e45f6d283

commit 2222b0e7133ebaa4588f98fa2213c30e45f6d283
Author:     Andrew Turner <[email protected]>
AuthorDate: 2022-11-02 19:42:32 +0000
Commit:     Andrew Turner <[email protected]>
CommitDate: 2022-11-03 09:45:47 +0000

    Sort the SOC options in the arm64 NOTES config
---
 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 fa41073ee109..584234e2a586 100644
--- a/sys/arm64/conf/NOTES
+++ b/sys/arm64/conf/NOTES
@@ -33,10 +33,10 @@ options     RACCT_DEFAULT_TO_DISABLED # Set 
kern.racct.enable=0 by default
 # 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

Reply via email to