git: 066e44b13ea6 - main - conf: Remove SOC_BCM2835, it's unused
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Mar 2025 13:47:54 UTC
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=066e44b13ea694bd7ddf8dd328914b2e5a2bb546 commit 066e44b13ea694bd7ddf8dd328914b2e5a2bb546 Author: Andrew Turner <andrew@FreeBSD.org> AuthorDate: 2025-03-27 13:21:59 +0000 Commit: Andrew Turner <andrew@FreeBSD.org> CommitDate: 2025-03-27 13:47:38 +0000 conf: Remove SOC_BCM2835, it's unused It was removed with armv6. Reviewed by: cognet, imp Sponsored by: Arm Ltd Differential Revision: https://reviews.freebsd.org/D49499 --- sys/conf/options.arm | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/conf/options.arm b/sys/conf/options.arm index 0c0002d50b88..da06d9cd84e4 100644 --- a/sys/conf/options.arm +++ b/sys/conf/options.arm @@ -30,7 +30,6 @@ SOC_ALLWINNER_H2PLUS opt_global.h SOC_ALLWINNER_H3 opt_global.h SOC_ALTERA_ARRIA10 opt_global.h SOC_ALTERA_CYCLONE5 opt_global.h -SOC_BCM2835 opt_global.h SOC_BCM2836 opt_global.h SOC_BRCM_BCM2837 opt_global.h SOC_IMX6 opt_global.h