Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/odroid Rename blinkled to heartbeat since th...



details:   https://anonhg.NetBSD.org/src/rev/4d65f6cdf86c
branches:  trunk
changeset: 329128:4d65f6cdf86c
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Fri May 09 22:20:41 2014 +0000

description:
Rename blinkled to heartbeat since that is its function

diffstat:

 sys/arch/evbarm/odroid/odroid_machdep.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 951c57f8ca1b -r 4d65f6cdf86c sys/arch/evbarm/odroid/odroid_machdep.c
--- a/sys/arch/evbarm/odroid/odroid_machdep.c   Fri May 09 22:19:22 2014 +0000
+++ b/sys/arch/evbarm/odroid/odroid_machdep.c   Fri May 09 22:20:41 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: odroid_machdep.c,v 1.10 2014/05/09 22:02:10 reinoud Exp $ */
+/*     $NetBSD: odroid_machdep.c,v 1.11 2014/05/09 22:20:41 reinoud Exp $ */
 
 /*
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: odroid_machdep.c,v 1.10 2014/05/09 22:02:10 reinoud Exp $");
+__KERNEL_RCSID(0, "$NetBSD: odroid_machdep.c,v 1.11 2014/05/09 22:20:41 reinoud Exp $");
 
 #include "opt_evbarm_boardtype.h"
 #include "opt_exynos.h"
@@ -551,7 +551,7 @@
        }
 
        if (device_is_a(self, "mct"))
-               prop_dictionary_set_cstring(dict, "blinkled", "led1");
+               prop_dictionary_set_cstring(dict, "heartbeat", "led1");
 
        if (device_is_a(self, "exyogpio")) {
 #ifdef EXYNOS4



Home | Main Index | Thread Index | Old Index