summaryrefslogtreecommitdiffstats
path: root/sys/boot/Makefile
diff options
context:
space:
mode:
authorraj <raj@FreeBSD.org>2008-10-14 10:11:14 +0000
committerraj <raj@FreeBSD.org>2008-10-14 10:11:14 +0000
commit745c5c702fbda516ce2ffc4ea5fab4733a300b08 (patch)
tree94686d1eac378d2739cca0ac82d224e003a620c6 /sys/boot/Makefile
parent556a6465983a877b5787e9b340efce702299dc65 (diff)
downloadFreeBSD-src-745c5c702fbda516ce2ffc4ea5fab4733a300b08.zip
FreeBSD-src-745c5c702fbda516ce2ffc4ea5fab4733a300b08.tar.gz
Initial support of loader(8) for ARM machines running U-Boot.
This uses the common U-Boot support lib (sys/boot/uboot, already used on FreeBSD/powerpc), and assumes the underlying firmware has the modern API for stand-alone apps enabled in the config (CONFIG_API). Only netbooting is supported at the moment. Obtained from: Marvell, Semihalf
Diffstat (limited to 'sys/boot/Makefile')
-rw-r--r--sys/boot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/Makefile b/sys/boot/Makefile
index dfd266e..1af1457 100644
--- a/sys/boot/Makefile
+++ b/sys/boot/Makefile
@@ -22,7 +22,7 @@ SUBDIR+= ofw
.endif
# Build U-Boot library.
-.if ${MACHINE_ARCH} == "powerpc"
+.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "arm"
SUBDIR+= uboot
.endif
OpenPOWER on IntegriCloud