git: bbdf32d94c2f - main - nanobsd: Remove pre-armv6 support
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 12 Jun 2024 11:49:29 UTC
The branch main has been updated by andrew:
URL: https://cgit.FreeBSD.org/src/commit/?id=bbdf32d94c2f746b914aa87b1104b579426d8100
commit bbdf32d94c2f746b914aa87b1104b579426d8100
Author: Andrew Turner <andrew@FreeBSD.org>
AuthorDate: 2024-06-12 11:49:13 +0000
Commit: Andrew Turner <andrew@FreeBSD.org>
CommitDate: 2024-06-12 11:49:13 +0000
nanobsd: Remove pre-armv6 support
Remove support for pre-armv6 from nanobsd. It was removed from FreeBSD
in 2020.
Reviewed by: imp, emaste
Sponsored by: Arm Ltd
Differential Revision: https://reviews.freebsd.org/D45560
---
tools/tools/nanobsd/embedded/common | 4 ----
1 file changed, 4 deletions(-)
diff --git a/tools/tools/nanobsd/embedded/common b/tools/tools/nanobsd/embedded/common
index bcb1061df629..4f5eac7806f2 100644
--- a/tools/tools/nanobsd/embedded/common
+++ b/tools/tools/nanobsd/embedded/common
@@ -51,7 +51,6 @@
# o documentation for how to run the qemu images
# o msdos mtools fallback
# o special boot for !x86 !arm platforms
-# o qemu image for arm
# o qemu image for aarch64
# o qemu image for armv6/armv7
# o easy support for different image / vm formats
@@ -503,9 +502,6 @@ std_amd64 ( ) {
std_i386
}
-std_arm ( ) {
-}
-
std_armv6 ( ) {
}