Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/marvell Remove no-need #ifdef MARVELL_ATTR_AXI_...
details: https://anonhg.NetBSD.org/src/rev/2c2b124df59a
branches: trunk
changeset: 350278:2c2b124df59a
user: kiyohara <kiyohara%NetBSD.org@localhost>
date: Mon Jan 09 14:15:20 2017 +0000
description:
Remove no-need #ifdef MARVELL_ATTR_AXI_DDR. It has defined.
diffstat:
sys/arch/arm/marvell/mvsoc.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (31 lines):
diff -r fc63094a71ca -r 2c2b124df59a sys/arch/arm/marvell/mvsoc.c
--- a/sys/arch/arm/marvell/mvsoc.c Mon Jan 09 14:06:35 2017 +0000
+++ b/sys/arch/arm/marvell/mvsoc.c Mon Jan 09 14:15:20 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mvsoc.c,v 1.26 2017/01/07 21:12:42 christos Exp $ */
+/* $NetBSD: mvsoc.c,v 1.27 2017/01/09 14:15:20 kiyohara Exp $ */
/*
* Copyright (c) 2007, 2008, 2013, 2014, 2016 KIYOHARA Takashi
* All rights reserved.
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mvsoc.c,v 1.26 2017/01/07 21:12:42 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mvsoc.c,v 1.27 2017/01/09 14:15:20 kiyohara Exp $");
#include "opt_cputypes.h"
#include "opt_mvsoc.h"
@@ -148,12 +148,10 @@
{ MARVELL_TAG_SDRAM_CS3,
MARVELL_ATTR_SDRAM_CS3, MVSOC_UNITID_DDR },
-#ifdef MARVELL_ATTR_AXI_DDR /* XXX */
{ MARVELL_TAG_AXI_CS0,
MARVELL_ATTR_AXI_DDR, MVSOC_UNITID_DDR },
{ MARVELL_TAG_AXI_CS1,
MARVELL_ATTR_AXI_DDR, MVSOC_UNITID_DDR },
-#endif
{ MARVELL_TAG_DDR3_CS0,
MARVELL_ATTR_SDRAM_CS0, MVSOC_UNITID_DDR },
Home |
Main Index |
Thread Index |
Old Index