Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/include Pull in opt_bootconfig.h for DRAM_BL...



details:   https://anonhg.NetBSD.org/src/rev/36c6ef77fcfa
branches:  trunk
changeset: 833285:36c6ef77fcfa
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Mon Jun 18 13:05:20 2018 +0000

description:
Pull in opt_bootconfig.h for DRAM_BLOCKS

diffstat:

 sys/arch/evbarm/include/bootconfig.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 4e86211eb982 -r 36c6ef77fcfa sys/arch/evbarm/include/bootconfig.h
--- a/sys/arch/evbarm/include/bootconfig.h      Mon Jun 18 12:42:29 2018 +0000
+++ b/sys/arch/evbarm/include/bootconfig.h      Mon Jun 18 13:05:20 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bootconfig.h,v 1.9 2018/04/01 04:35:04 ryo Exp $       */
+/*     $NetBSD: bootconfig.h,v 1.10 2018/06/18 13:05:20 jmcneill Exp $ */
 
 /*
  * Copyright (c) 1994 Mark Brinicombe.
@@ -41,6 +41,7 @@
 
 #ifdef _KERNEL_OPT
 #include "opt_machdep.h"
+#include "opt_bootconfig.h"
 #endif
 
 #include <arm/bootconfig.h>



Home | Main Index | Thread Index | Old Index