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/9c54b80bc119
branches:  trunk
changeset: 828363:9c54b80bc119
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 6414ee5d83c4 -r 9c54b80bc119 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