diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2010-02-10 20:36:04 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2010-02-10 20:36:04 +0000 |
commit | f38f234eafa10cfda553165dd6e94bb0a34dd99b (patch) | |
tree | 21616e040d39acc29c4f6674902ea01d4e97ea02 /sys/arch/beagle | |
parent | 75d63d6e81df861e5bf4baf7f3ccfac6a2953471 (diff) |
Unfortunately, newer versions of u-boot found on the beagle do not allow
the OS type of OpenBSD, so claim to be linux so u-boot is happy. Sigh.
Diffstat (limited to 'sys/arch/beagle')
-rw-r--r-- | sys/arch/beagle/conf/Makefile.beagle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/beagle/conf/Makefile.beagle b/sys/arch/beagle/conf/Makefile.beagle index b4ac7a41885..c0c476d7575 100644 --- a/sys/arch/beagle/conf/Makefile.beagle +++ b/sys/arch/beagle/conf/Makefile.beagle @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.beagle,v 1.4 2009/10/19 19:46:56 guenther Exp $ +# $OpenBSD: Makefile.beagle,v 1.5 2010/02/10 20:36:03 drahn Exp $ # Makefile for OpenBSD # @@ -195,7 +195,7 @@ bsd.img: bsd.rd ${OBJCOPY} -O binary bsd.rd bsd.img bsd.umg: bsd.img - mkimage -C none -A arm -O OpenBSD -e 0x80300000 -a 0x80300000 -d bsd.img bsd.umg + mkimage -C none -A arm -O Linux -e 0x80300000 -a 0x80300000 -d bsd.img bsd.umg # depend on network or filesystem configuration uipc_domain.o uipc_proto.o vfs_conf.o: Makefile |