diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2019-05-24 12:14:52 +0200 |
---|---|---|
committer | Arthur Heymans <arthur@aheymans.xyz> | 2019-06-03 21:21:31 +0000 |
commit | 8a2056cac4995dbb69b7e2f2b2a0ca0c5657d5ad (patch) | |
tree | 27d0c9bd7a48d3396662f0c63e123dbb1cd773e5 | |
parent | 317cbd6f02e5f49bbc64dd0de0082c313c77c6b1 (diff) | |
download | coreboot-8a2056cac4995dbb69b7e2f2b2a0ca0c5657d5ad.tar.xz |
mainboard/intel/saddlebrook: Remove unused functions
Setting up the SIO serial console is done in the bootblock.
Change-Id: Ideaf8f3dc0ee067e96d3fb5046071551c6d45329
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32985
Reviewed-by: Christian Walter <christian.walter@9elements.com>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | src/mainboard/intel/saddlebrook/romstage.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mainboard/intel/saddlebrook/romstage.c b/src/mainboard/intel/saddlebrook/romstage.c index 82b85fd700..45f39d46e2 100644 --- a/src/mainboard/intel/saddlebrook/romstage.c +++ b/src/mainboard/intel/saddlebrook/romstage.c @@ -23,15 +23,7 @@ #include <soc/romstage.h> #include "spd/spd.h" #include <spd_bin.h> -#include <superio/nuvoton/common/nuvoton.h> -#include <superio/nuvoton/nct6776/nct6776.h> -#define SERIAL_DEV PNP_DEV(0x2e, NCT6776_SP1) - -void car_mainboard_pre_console_init(void) -{ - nuvoton_enable_serial(SERIAL_DEV, CONFIG_TTYS0_BASE); -} void mainboard_memory_init_params( struct romstage_params *params, |