Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/marvell Fix typo for the previous. No binary...
details: https://anonhg.NetBSD.org/src/rev/69379b39655b
branches: trunk
changeset: 366253:69379b39655b
user: rin <rin%NetBSD.org@localhost>
date: Fri May 20 15:09:15 2022 +0000
description:
Fix typo for the previous. No binary changes.
diffstat:
sys/arch/evbarm/marvell/marvell_start.S | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (30 lines):
diff -r 8f979bf926af -r 69379b39655b sys/arch/evbarm/marvell/marvell_start.S
--- a/sys/arch/evbarm/marvell/marvell_start.S Fri May 20 15:04:15 2022 +0000
+++ b/sys/arch/evbarm/marvell/marvell_start.S Fri May 20 15:09:15 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: marvell_start.S,v 1.12 2022/05/20 15:04:15 rin Exp $ */
+/* $NetBSD: marvell_start.S,v 1.13 2022/05/20 15:09:15 rin Exp $ */
/*
* Copyright (C) 2005, 2006 WIDE Project and SOUM Corporation.
* All rights reserved.
@@ -66,7 +66,7 @@
#include <evbarm/marvell/marvellreg.h>
#include "assym.h"
-RCSID("$NetBSD: marvell_start.S,v 1.12 2022/05/20 15:04:15 rin Exp $")
+RCSID("$NetBSD: marvell_start.S,v 1.13 2022/05/20 15:09:15 rin Exp $")
#ifndef SDRAM_START
#define SDRAM_START 0x00000000
@@ -116,9 +116,9 @@
* For now, disable L2 unconditionally ifdef CPU_SHEEVA.
* Not working for older CPUs.
*/
- .word 0x115f3fee /* mrc r15, 1, r5, r15, r1, 0 */
+ .word 0x115f3fee /* mrc r15, 1, r5, c15, c1, 0 */
.word 0x0155c5e3 /* bic r5, r5, #0x400000 */
- .word 0x115f2fee /* mcr r15, 1, r5, r15, r1, 0 */
+ .word 0x115f2fee /* mcr r15, 1, r5, c15, c1, 0 */
/* Flush prefetch buffer. */
.word 0x0000a0e1 /* nop */
Home |
Main Index |
Thread Index |
Old Index