Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Sep 2012 08:49:42 +0000 (UTC)
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r240853 - head/sys/arm/broadcom/bcm2835
Message-ID:  <201209230849.q8N8ngnT057770@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: andrew
Date: Sun Sep 23 08:49:41 2012
New Revision: 240853
URL: http://svn.freebsd.org/changeset/base/240853

Log:
  Fix a typo in a Broadcom initarm debug printf

Modified:
  head/sys/arm/broadcom/bcm2835/bcm2835_machdep.c

Modified: head/sys/arm/broadcom/bcm2835/bcm2835_machdep.c
==============================================================================
--- head/sys/arm/broadcom/bcm2835/bcm2835_machdep.c	Sun Sep 23 08:46:44 2012	(r240852)
+++ head/sys/arm/broadcom/bcm2835/bcm2835_machdep.c	Sun Sep 23 08:49:41 2012	(r240853)
@@ -491,7 +491,7 @@ initarm(struct arm_boot_params *abp)
 	physmem = memsize / PAGE_SIZE;
 
 	debugf("initarm: console initialized\n");
-	debugf(" arg1 mmdp = 0x%08x\n", (uint32_t)kmdp);
+	debugf(" arg1 kmdp = 0x%08x\n", (uint32_t)kmdp);
 	debugf(" boothowto = 0x%08x\n", boothowto);
 	debugf(" dtbp = 0x%08x\n", (uint32_t)dtbp);
 	print_kernel_section_addr();



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209230849.q8N8ngnT057770>