Module Name: src
Committed By: christos
Date: Sun Dec 10 02:26:41 UTC 2017
Modified Files:
src/sys/arch/evbarm/stand/bootimx23: args_prep.c
Log Message:
use the machine link for bootconfig.h
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbarm/stand/bootimx23/args_prep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/evbarm/stand/bootimx23/args_prep.c
diff -u src/sys/arch/evbarm/stand/bootimx23/args_prep.c:1.3 src/sys/arch/evbarm/stand/bootimx23/args_prep.c:1.4
--- src/sys/arch/evbarm/stand/bootimx23/args_prep.c:1.3 Sat Jan 14 16:57:20 2017
+++ src/sys/arch/evbarm/stand/bootimx23/args_prep.c Sat Dec 9 21:26:41 2017
@@ -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>