coreboot/src/include/console
Kyösti Mälkki 7841ece730 CBMEM console: Fix build for ARM
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 f8bf5a10 already, but we missed it.

Change-Id: I03e95183be0e78bc7dd439d5fef5b10e54966dc3
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/5356
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Aaron Durbin <adurbin@google.com>
2014-03-10 15:30:44 +01:00
..
cbmem_console.h CBMEM console: Fix build for ARM 2014-03-10 15:30:44 +01:00
console.h SMM: Only have console with DEBUG_SMI 2014-03-04 15:36:27 +01:00
loglevel.h - get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files. 2010-04-01 09:50:32 +00:00
ne2k.h Drop prototype guarding for romcc 2013-05-10 00:06:46 +02:00
post_codes.h Add a specific post code for S3 resume failures 2013-12-21 12:02:43 +01:00
qemu_debugcon.h QEMU debugcon: Move under drivers/emulation/qemu 2014-02-06 11:16:26 +01:00
spkmodem.h spkmodem console 2013-04-18 22:47:59 +02:00
uart.h console: Use single driver entry for UARTs 2014-03-04 15:40:34 +01:00
usb.h usbdebug: Unify console API 2014-02-20 23:29:12 +01:00
vtxprintf.h vtxprintf: Introduce vtxdprintf for the ease of closures 2013-12-07 19:27:34 +01:00