Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/stand/bootimx23 use the machine link for boo...
details: https://anonhg.NetBSD.org/src/rev/ed9607264ff5
branches: trunk
changeset: 358062:ed9607264ff5
user: christos <christos%NetBSD.org@localhost>
date: Sun Dec 10 02:26:41 2017 +0000
description:
use the machine link for bootconfig.h
diffstat:
sys/arch/evbarm/stand/bootimx23/args_prep.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c41f72f0a628 -r ed9607264ff5 sys/arch/evbarm/stand/bootimx23/args_prep.c
--- a/sys/arch/evbarm/stand/bootimx23/args_prep.c Sun Dec 10 01:18:21 2017 +0000
+++ b/sys/arch/evbarm/stand/bootimx23/args_prep.c Sun Dec 10 02:26:41 2017 +0000
@@ -1,4 +1,4 @@
-/* $Id: args_prep.c,v 1.3 2017/01/14 21:57:20 christos Exp $ */
+/* $Id: args_prep.c,v 1.4 2017/12/10 02:26:41 christos Exp $ */
/*
* Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -77,7 +77,7 @@
#define _LOCORE
#include <arm/imx/imx23var.h>
#undef _LOCORE
-#include <evbarm/bootconfig.h>
+#include <machine/bootconfig.h>
#include <arm/imx/imx23_digctlreg.h>
#include <arm/imx/imx23_uartdbgreg.h>
Home |
Main Index |
Thread Index |
Old Index