diff options
author | Hung-Te Lin <hungte@chromium.org> | 2013-04-30 15:31:48 +0800 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2013-04-30 19:22:05 +0200 |
commit | 032dd14514e72777475c3e39395486627846b7c9 (patch) | |
tree | 9c93d6a81caed25da312a6c49ea0b875e00441c9 /src/device | |
parent | 4560ca5003fe38a066616e8de1a8a414284750fd (diff) | |
download | coreboot-032dd14514e72777475c3e39395486627846b7c9.tar.xz |
Google/Snow: Remove unnecessary serial console init code.
The "console_init" does initialize UART driver (which will setup peripheral and
pinmux) and print starting message. Duplicated initialization can be removed.
Also, console_init (from console.c) is always linked to bootblock (and will do
nothing if CONFIG_EARLY_CONSOLE is not defined) so it's safe to remove #ifdef.
Verified by building and booting on Google/Snow, with and without
CONFIG_EARLY_CONSOLE.
Change-Id: I0c6b4d4eb1a4e81af0f65bcb032978dfb945c63d
Signed-off-by: Hung-Te Lin <hungte@chromium.org>
Reviewed-on: http://review.coreboot.org/3150
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/device')
0 files changed, 0 insertions, 0 deletions