Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/samsung XU4: Fix build



details:   https://anonhg.NetBSD.org/src/rev/f9b376279568
branches:  trunk
changeset: 342206:f9b376279568
user:      marty <marty%NetBSD.org@localhost>
date:      Sat Dec 12 21:57:40 2015 +0000

description:
XU4: Fix build

missed a dependency on evbarm/odroid that should have been evbarm/exynos.

diffstat:

 sys/arch/arm/samsung/exynos_soc.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 56ddb07e0da8 -r f9b376279568 sys/arch/arm/samsung/exynos_soc.c
--- a/sys/arch/arm/samsung/exynos_soc.c Sat Dec 12 21:56:54 2015 +0000
+++ b/sys/arch/arm/samsung/exynos_soc.c Sat Dec 12 21:57:40 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: exynos_soc.c,v 1.29 2015/12/11 04:03:44 marty Exp $    */
+/*     $NetBSD: exynos_soc.c,v 1.30 2015/12/12 21:57:40 marty Exp $    */
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
 #define        _ARM32_BUS_DMA_PRIVATE
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(1, "$NetBSD: exynos_soc.c,v 1.29 2015/12/11 04:03:44 marty Exp $");
+__KERNEL_RCSID(1, "$NetBSD: exynos_soc.c,v 1.30 2015/12/12 21:57:40 marty Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -60,7 +60,7 @@
 #include <arm/cortex/pl310_reg.h>
 
 /* XXXNH */
-#include <evbarm/odroid/platform.h>
+#include <evbarm/exynos/platform.h>
 
 
 /* these variables are retrieved in start.S and stored in .data */



Home | Main Index | Thread Index | Old Index