cosmetic
This commit is contained in:
parent
5637a5d46a
commit
225dafea20
@ -1,6 +1,6 @@
|
||||
# $NetBSD: files.hdl_g,v 1.1 2006/04/16 02:22:33 nonaka Exp $
|
||||
# $NetBSD: files.hdl_g,v 1.2 2006/12/18 13:50:58 nonaka Exp $
|
||||
#
|
||||
# Intel I-O DATA HDL-G configuration info
|
||||
# I-O DATA HDL-G configuration info
|
||||
#
|
||||
|
||||
# Use the generic ARM soft interrupt code.
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $NetBSD: std.hdl_g,v 1.1 2006/04/16 02:22:33 nonaka Exp $
|
||||
# $NetBSD: std.hdl_g,v 1.2 2006/12/18 13:50:58 nonaka Exp $
|
||||
#
|
||||
# standard NetBSD/evbarm for I-O DATA HDL-G options
|
||||
|
||||
machine evbarm arm
|
||||
include "conf/std" # MI standard options
|
||||
|
||||
# Pull in IQ80321 config definitions.
|
||||
# Pull in HDL-G config definitions.
|
||||
include "arch/evbarm/conf/files.hdl_g"
|
||||
|
||||
options EXEC_ELF32
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: hdlg_machdep.c,v 1.3 2006/11/24 22:04:22 wiz Exp $ */
|
||||
/* $NetBSD: hdlg_machdep.c,v 1.4 2006/12/18 13:50:58 nonaka Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc.
|
||||
@ -73,7 +73,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: hdlg_machdep.c,v 1.3 2006/11/24 22:04:22 wiz Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: hdlg_machdep.c,v 1.4 2006/12/18 13:50:58 nonaka Exp $");
|
||||
|
||||
#include "opt_ddb.h"
|
||||
#include "opt_kgdb.h"
|
||||
@ -288,7 +288,7 @@ initarm(void *arg)
|
||||
|
||||
#ifdef VERBOSE_INIT_ARM
|
||||
/* Talk to the user */
|
||||
printf("\nNetBSD/hdlg booting ...\n");
|
||||
printf("\nNetBSD/evbarm (HDL-G) booting ...\n");
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user