cbmem console: Allow the cbmem console on non-x86 systems again.
If it's not supported on a particular board, either the build will fail or checks within the cbmem console itself should detect the problem. There shouldn't be random memory corruption any more. BUG=None TEST=Built with CONSOLE_CBMEM enabled on nyan and saw that it was actually enabled. BRANCH=None Change-Id: Id6c8c7675daafe07aa4878cfcf13faefe576e520 Signed-off-by: Gabe Black <gabeblack@google.com> Reviewed-on: https://chromium-review.googlesource.com/193167 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Commit-Queue: Gabe Black <gabeblack@chromium.org> Tested-by: Gabe Black <gabeblack@chromium.org>
This commit is contained in:
parent
6871aa3151
commit
20b486443b
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ config CONSOLE_NE2K_IO_PORT
|
|||
boundary, qemu needs broader align)
|
||||
|
||||
config CONSOLE_CBMEM
|
||||
depends on (EARLY_CBMEM_INIT || DYNAMIC_CBMEM) && ARCH_X86
|
||||
depends on EARLY_CBMEM_INIT || DYNAMIC_CBMEM
|
||||
bool "Send console output to a CBMEM buffer"
|
||||
default n
|
||||
help
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue