The branch main has been updated by oh:

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

commit ad7c98797bcc119f05c6d67c550442340a82c6ba
Author:     Oskar Holmlund <[email protected]>
AuthorDate: 2024-09-19 18:15:47 +0000
Commit:     Oskar Holmlund <[email protected]>
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
 

Reply via email to