git: 693fa339761f - main - arm: Garbage collect CPU_ARM1176

From: Olivier Houchard <cognet_at_FreeBSD.org>
Date: Tue, 25 Mar 2025 13:31:00 UTC
The branch main has been updated by cognet:

URL: https://cgit.FreeBSD.org/src/commit/?id=693fa339761f756f1dce75ee507f4a2b9efb0d34

commit 693fa339761f756f1dce75ee507f4a2b9efb0d34
Author:     Olivier Houchard <cognet@FreeBSD.org>
AuthorDate: 2025-03-25 13:07:02 +0000
Commit:     Olivier Houchard <cognet@FreeBSD.org>
CommitDate: 2025-03-25 13:07:02 +0000

    arm: Garbage collect CPU_ARM1176
    
    Remove the option CPU_ARM1176, as it has been useless since armv6 support
    was removed.
---
 sys/conf/options.arm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys/conf/options.arm b/sys/conf/options.arm
index 6d15daebe851..49a317bb02b4 100644
--- a/sys/conf/options.arm
+++ b/sys/conf/options.arm
@@ -1,6 +1,5 @@
 ARM_FORCE_DBG_MONITOR_DISABLE	opt_ddb.h
 CPSW_ETHERSWITCH	opt_cpsw.h
-CPU_ARM1176		opt_global.h
 CPU_CORTEXA		opt_global.h
 CPU_KRAIT		opt_global.h
 CPU_MV_PJ4B		opt_global.h