The branch main has been updated by imp:

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

commit 3387a1bdbae6785306209cdbe0412dcc3d38c141
Author:     Minsoo Choo <[email protected]>
AuthorDate: 2025-11-29 00:35:45 +0000
Commit:     Warner Losh <[email protected]>
CommitDate: 2025-11-29 04:56:37 +0000

    sys: update comment for removal of armv6
    
    Signed-off-by: Minsoo Choo <[email protected]>
    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/1903
---
 sys/arm/arm/machdep_boot.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/arm/arm/machdep_boot.c b/sys/arm/arm/machdep_boot.c
index 8a6c63af3c92..9bb1f0ccae91 100644
--- a/sys/arm/arm/machdep_boot.c
+++ b/sys/arm/arm/machdep_boot.c
@@ -165,7 +165,7 @@ cmdline_set_env(char *cmdline, const char *guard)
 }
 
 /*
- * Called for armv6 and newer.
+ * Called for armv7 and newer.
  */
 void arm_parse_fdt_bootargs(void)
 {

Reply via email to