Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/tegra Adjust a comment that refers to Tegra1...
details: https://anonhg.NetBSD.org/src/rev/f8d856d44e3f
branches: trunk
changeset: 353881:f8d856d44e3f
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Fri May 26 20:04:56 2017 +0000
description:
Adjust a comment that refers to Tegra124; this code can be used on more
than one Tegra SoC.
diffstat:
sys/arch/evbarm/tegra/tegra_start.S | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r b9c0edcb8e8c -r f8d856d44e3f sys/arch/evbarm/tegra/tegra_start.S
--- a/sys/arch/evbarm/tegra/tegra_start.S Fri May 26 18:58:55 2017 +0000
+++ b/sys/arch/evbarm/tegra/tegra_start.S Fri May 26 20:04:56 2017 +0000
@@ -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 @@
#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.
*/
Home |
Main Index |
Thread Index |
Old Index