This preprocessor guard was used to disable CBMEM console from
romstage of ROMCC boards. It unintentionally disabled it for ARM
too as they do not have CACHE_AS_RAM selected.
Option EARLY_CBMEM_INIT implies CAR migration which is required
to have CBMEM console in romstage. This change should have been
done in commit
|
||
|---|---|---|
| .. | ||
| cbmem_console.h | ||
| console.h | ||
| loglevel.h | ||
| ne2k.h | ||
| post_codes.h | ||
| qemu_debugcon.h | ||
| spkmodem.h | ||
| uart.h | ||
| usb.h | ||
| vtxprintf.h | ||