Index: BUILDING
===================================================================
RCS file: /cvsroot/src/BUILDING,v
retrieving revision 1.144
diff -u -r1.144 BUILDING
--- BUILDING	21 Aug 2022 15:01:08 -0000	1.144
+++ BUILDING	22 Aug 2022 16:25:10 -0000
@@ -153,12 +153,17 @@
                        cannot usefully be set inside a Makefile, including
                        mk.conf or ${MAKECONF}.
 
+     INSTALLBOOT_BOARDS
+                       A list of boards to create bootable images for.
+                       If corresponding U-Boot packages are installed,
+                       bootable images are created as part of a
+                       release.  See the -o "board=" option of
+                       installboot(8).
+
      INSTALLBOOT_UBOOT_PATHS
                        A colon-separated list of search paths used by
                        installboot to find U-Boot packages; see
-                       installboot(8).  If appropriate U-Boot packages
-                       are installed, bootable images are created as
-                       part of a release.
+                       installboot(8).
 
    "make" variables
      Several variables control the behavior of NetBSD builds.  Unless
Index: etc/etc.evbarm/Makefile.inc
===================================================================
RCS file: /cvsroot/src/etc/etc.evbarm/Makefile.inc,v
retrieving revision 1.127
diff -u -r1.127 Makefile.inc
--- etc/etc.evbarm/Makefile.inc	21 Aug 2022 15:01:08 -0000	1.127
+++ etc/etc.evbarm/Makefile.inc	22 Aug 2022 16:25:12 -0000
@@ -92,15 +92,6 @@
 IMAGE.kern=	${IMAGE.rel}/binary/kernel
 IMAGE.instk=	${IMAGE.rel}/installation/instkernel
 
-# list of boards supported by installboot(8); a bootable image will be
-# created for each (if the corresponding U-Boot package is installed
-# in one of the directories listed in the environment variable
-# INSTALLBOOT_UBOOT_PATHS)
-#
-INSTALLBOOT_BOARDS!= \
-	${TOOL_INSTALLBOOT} -m ${MACHINE} 2>&1 \
-	| ${TOOL_AWK} 'BEGIN { FS=" " } { if (BOARDS) print $$1 } /^Known boards/{ BOARDS=1 }'
-
 __mkimage: .USE
 	TOOL_MAKE=${MAKE} \
 	TOOL_MAKEFS=${TOOL_MAKEFS} \
