From fc2b8ee6da64ff6fe6ccc848df941699499f4a65 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Tue, 6 Feb 2024 15:26:17 -0700 Subject: [PATCH] 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 4e356d6b34e..ce2bf678b64 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. */