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 Remove unused SOC_MPINIT definition
details: https://anonhg.NetBSD.org/src/rev/7af917d641d9
branches: trunk
changeset: 353853:7af917d641d9
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Fri May 26 00:00:25 2017 +0000
description:
Remove unused SOC_MPINIT definition
diffstat:
sys/arch/evbarm/tegra/tegra_start.S | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diffs (29 lines):
diff -r e25864d3f28b -r 7af917d641d9 sys/arch/evbarm/tegra/tegra_start.S
--- a/sys/arch/evbarm/tegra/tegra_start.S Thu May 25 23:55:30 2017 +0000
+++ b/sys/arch/evbarm/tegra/tegra_start.S Fri May 26 00:00:25 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tegra_start.S,v 1.10 2017/04/21 23:36:58 jmcneill Exp $ */
+/* $NetBSD: tegra_start.S,v 1.11 2017/05/26 00:00:25 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.10 2017/04/21 23:36:58 jmcneill Exp $")
+RCSID("$NetBSD: tegra_start.S,v 1.11 2017/05/26 00:00:25 jmcneill Exp $")
#if defined(VERBOSE_INIT_ARM) && defined(CONSADDR)
#define XPUTC(n) mov r0, n; bl xputc
@@ -67,10 +67,6 @@
#define MD_CPU_HATCH _C_LABEL(gtmr_init_cpu_clock)
-#if defined(SOC_TEGRA124)
-#define SOC_MPINIT _C_LABEL(tegra124_mpinit)
-#endif
-
/*
* Kernel start routine for Tegra 124 SoC.
* At this point, this code has been loaded into SDRAM
Home |
Main Index |
Thread Index |
Old Index