Review previous change. It has no relation to the I-cache coherency

changes and thus unintentional.

Spotted by: rdivacky@
This commit is contained in:
marcel 2009-10-21 18:44:00 +00:00
parent 51bb720939
commit aca95fc6eb

View File

@ -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();
/*