Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/utils/embedded/conf no objmachine by default.



details:   https://anonhg.NetBSD.org/src/rev/a510b230d92a
branches:  trunk
changeset: 784817:a510b230d92a
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Feb 10 16:13:00 2013 +0000

description:
no objmachine by default.

diffstat:

 distrib/utils/embedded/conf/beagleboard.conf |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r d4c327cc27f5 -r a510b230d92a distrib/utils/embedded/conf/beagleboard.conf
--- a/distrib/utils/embedded/conf/beagleboard.conf      Sun Feb 10 16:12:37 2013 +0000
+++ b/distrib/utils/embedded/conf/beagleboard.conf      Sun Feb 10 16:13:00 2013 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: beagleboard.conf,v 1.8 2013/02/10 16:06:24 christos Exp $
+# $NetBSD: beagleboard.conf,v 1.9 2013/02/10 16:13:00 christos Exp $
 # BeagleBoard customization script used by mkimage
 #
 board=beagleboard
-kernel="$src/sys/arch/evbarm/compile/obj.evbarm/BEAGLEBOARD/netbsd.ub"
+kernel="$src/sys/arch/evbarm/compile/obj/BEAGLEBOARD/netbsd.ub"
 
 . ${DIR}/conf/evbarm.conf
 



Home | Main Index | Thread Index | Old Index