diff options
author | Michael Knudsen <mk@cvs.openbsd.org> | 2010-02-12 17:37:07 +0000 |
---|---|---|
committer | Michael Knudsen <mk@cvs.openbsd.org> | 2010-02-12 17:37:07 +0000 |
commit | 633324f938e62a75580861213516015a2b46954c (patch) | |
tree | 974cea65fd1934aaea71007eeb7833847f93d623 /sys/arch/beagle | |
parent | 53c661edb4c189d6ebbe9a4d15f7a2558ab9772f (diff) |
Switch to using mkuboot for building the U-Boot image.
`looks right' drahn
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 c0c476d7575..68ac4efa01a 100644 --- a/sys/arch/beagle/conf/Makefile.beagle +++ b/sys/arch/beagle/conf/Makefile.beagle @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.beagle,v 1.5 2010/02/10 20:36:03 drahn Exp $ +# $OpenBSD: Makefile.beagle,v 1.6 2010/02/12 17:37:06 mk 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 Linux -e 0x80300000 -a 0x80300000 -d bsd.img bsd.umg + mkuboot -a arm -o linux -e ${KERNEL_BASE_PHYS} -l ${KERNEL_BASE_PHYS} bsd.img bsd.umg # depend on network or filesystem configuration uipc_domain.o uipc_proto.o vfs_conf.o: Makefile |