git: fc2b8ee6da64 - main - arm: Catchup to atmel retirement

From: Warner Losh <imp_at_FreeBSD.org>
Date: Tue, 06 Feb 2024 22:51:04 UTC
The branch main has been updated by imp:

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

commit fc2b8ee6da64ff6fe6ccc848df941699499f4a65
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2024-02-06 22:26:17 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-02-06 22:26:17 +0000

    arm: Catchup to atmel retirement
    
    AT91 boot2 loaders have been long gone, and don't support the AT91 parts
    that have armv7 cores (since we don't have specific support for
    that). Mentioning its interface is OBE, so remove it.
    
    Sponsored by:           Netflix
---
 sys/arm/arm/locore-v6.S | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sys/arm/arm/locore-v6.S b/sys/arm/arm/locore-v6.S
index 4e356d6b34e2..ce2bf678b648 100644
--- a/sys/arm/arm/locore-v6.S
+++ b/sys/arm/arm/locore-v6.S
@@ -92,13 +92,12 @@
 
 /*
  * On entry for FreeBSD boot ABI:
- *	r0 - metadata pointer or 0 (boothowto on AT91's boot2)
+ *	r0 - metadata pointer or 0
  *	r1 - if (r0 == 0) then metadata pointer
  * On entry for Linux boot ABI:
  *	r0 - 0
  *	r1 - machine type (passed as arg2 to initarm)
  *	r2 - Pointer to a tagged list or dtb image (phys addr) (passed as arg1 initarm)
- *
  * For both types of boot we gather up the args, put them in a struct arm_boot_params
  * structure and pass that to initarm.
  */