From aca95fc6ebc7a5b5f133ed7fe6a54d4c2b530780 Mon Sep 17 00:00:00 2001 From: marcel Date: Wed, 21 Oct 2009 18:44:00 +0000 Subject: Review previous change. It has no relation to the I-cache coherency changes and thus unintentional. Spotted by: rdivacky@ --- sys/arm/mv/mv_machdep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/arm') diff --git a/sys/arm/mv/mv_machdep.c b/sys/arm/mv/mv_machdep.c index c348e24..2dc20ce 100644 --- a/sys/arm/mv/mv_machdep.c +++ b/sys/arm/mv/mv_machdep.c @@ -408,7 +408,7 @@ initarm(void *mdp, void *unused __unused) availmem_regions_sz = i; } else { /* Fall back to hardcoded boothowto flags and metadata. */ - boothowto = 0; // RB_VERBOSE | RB_SINGLE; + boothowto = RB_VERBOSE | RB_SINGLE; lastaddr = fake_preload_metadata(); /* -- cgit v1.1