Module Name:    src
Committed By:   jmcneill
Date:           Fri May 26 20:04:56 UTC 2017

Modified Files:
        src/sys/arch/evbarm/tegra: tegra_start.S

Log Message:
Adjust a comment that refers to Tegra124; this code can be used on more
than one Tegra SoC.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/evbarm/tegra/tegra_start.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/tegra/tegra_start.S
diff -u src/sys/arch/evbarm/tegra/tegra_start.S:1.11 src/sys/arch/evbarm/tegra/tegra_start.S:1.12
--- src/sys/arch/evbarm/tegra/tegra_start.S:1.11	Fri May 26 00:00:25 2017
+++ src/sys/arch/evbarm/tegra/tegra_start.S	Fri May 26 20:04:56 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: tegra_start.S,v 1.11 2017/05/26 00:00:25 jmcneill Exp $ */
+/* $NetBSD: tegra_start.S,v 1.12 2017/05/26 20:04:56 jmcneill Exp $ */
 
 /*-
  * Copyright (c) 2014, 2015 The NetBSD Foundation, Inc.
@@ -43,7 +43,7 @@
 #include <arm/nvidia/tegra_reg.h>
 #include <evbarm/tegra/platform.h>
 
-RCSID("$NetBSD: tegra_start.S,v 1.11 2017/05/26 00:00:25 jmcneill Exp $")
+RCSID("$NetBSD: tegra_start.S,v 1.12 2017/05/26 20:04:56 jmcneill Exp $")
 
 #if defined(VERBOSE_INIT_ARM) && defined(CONSADDR)
 #define	XPUTC(n)	mov r0, n; bl xputc
@@ -68,7 +68,7 @@ RCSID("$NetBSD: tegra_start.S,v 1.11 201
 #define	MD_CPU_HATCH	_C_LABEL(gtmr_init_cpu_clock)
 
 /*
- * Kernel start routine for Tegra 124 SoC.
+ * Kernel start routine for Tegra SoCs.
  * At this point, this code has been loaded into SDRAM
  * and the MMU maybe on or maybe off.
  */

Reply via email to