Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/conf defopt -> defflag



details:   https://anonhg.NetBSD.org/src/rev/fb3d8555276a
branches:  trunk
changeset: 333174:fb3d8555276a
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Wed Oct 22 00:46:15 2014 +0000

description:
defopt -> defflag

diffstat:

 sys/arch/evbarm/conf/files.awin |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r cf60f1cf2ddb -r fb3d8555276a sys/arch/evbarm/conf/files.awin
--- a/sys/arch/evbarm/conf/files.awin   Wed Oct 22 00:24:52 2014 +0000
+++ b/sys/arch/evbarm/conf/files.awin   Wed Oct 22 00:46:15 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.awin,v 1.2 2014/10/22 00:24:52 jmcneill Exp $
+#      $NetBSD: files.awin,v 1.3 2014/10/22 00:46:15 jmcneill Exp $
 #
 # Allwinner AXX evaluation board configuration info
 #
@@ -9,7 +9,7 @@
 defparam opt_machdep.h                         BOOT_ARGS
 
 # System config
-defopt opt_allwinner.h                         AWIN_SYSCONFIG
+defflag        opt_allwinner.h                         AWIN_SYSCONFIG
 
 file   arch/evbarm/awin/awin_sysconfig.c       awin_sysconfig
 



Home | Main Index | Thread Index | Old Index