Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Sep 2024 18:18:57 GMT
From:      Oskar Holmlund <oh@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: ad7c98797bcc - main - Remove TI reference from arm/GENERIC
Message-ID:  <202409191818.48JIIvdJ030368@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by oh:

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

commit ad7c98797bcc119f05c6d67c550442340a82c6ba
Author:     Oskar Holmlund <oh@FreeBSD.org>
AuthorDate: 2024-09-19 18:15:47 +0000
Commit:     Oskar Holmlund <oh@FreeBSD.org>
CommitDate: 2024-09-19 18:15:47 +0000

    Remove TI reference from arm/GENERIC
    
    Approved by: imp, manu (mentor)
    Differential revision: https://reviews.freebsd.org/D46702
---
 sys/arm/conf/GENERIC | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/sys/arm/conf/GENERIC b/sys/arm/conf/GENERIC
index b5321daa235a..7394f3842d43 100644
--- a/sys/arm/conf/GENERIC
+++ b/sys/arm/conf/GENERIC
@@ -57,8 +57,6 @@ options 	SOC_BCM2836
 options 	SOC_BRCM_BCM2837
 options 	SOC_MV_ARMADA38X
 options 	SOC_MV_ARMADAXP
-options 	SOC_TI_AM335X
-options 	SOC_OMAP4
 
 options 	SCHED_ULE		# ULE scheduler
 options 	SMP			# Enable multiple cores
@@ -168,9 +166,6 @@ device		zy7_qspi		# Xilinx Zynq QSPI controller
 device		pwm
 
 # Watchdog support
-# If we don't enable the watchdog driver, the BeagleBone could potentially
-# reboot automatically because the boot loader might have enabled the
-# watchdog.
 device		imxwdt			# Watchdog. WARNING: can't be disabled!!!
 device		aw_wdog			# Allwinner Watchdog
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409191818.48JIIvdJ030368>