From 470916fb0f856945f2a93c7fd160845b5f659be1 Mon Sep 17 00:00:00 2001 From: Randall Spangler Date: Tue, 24 Apr 2012 17:55:01 -0700 Subject: Use console output instead of uart output for console commands This completes console output cleanup. The remaining calls to uart_puts() and uart_printf() actually need to be that way. Signed-off-by: Randall Spangler BUG=chrome-os-partner:7464 TEST=manual Change-Id: Ib1d6d370d30429017b3d11994894fece75fab6ea --- common/pstore_commands.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'common/pstore_commands.c') diff --git a/common/pstore_commands.c b/common/pstore_commands.c index 489e554941..afb9a16852 100644 --- a/common/pstore_commands.c +++ b/common/pstore_commands.c @@ -8,17 +8,14 @@ #include "board.h" #include "eeprom.h" #include "host_command.h" -#include "uart.h" #include "util.h" + enum lpc_status pstore_command_get_info(uint8_t *data) { struct lpc_response_pstore_info *r = (struct lpc_response_pstore_info *)data; - uart_printf("ee block size=%d, count=%d\n", - eeprom_get_block_size(), eeprom_get_block_count()); - ASSERT(EEPROM_BLOCK_START_PSTORE + EEPROM_BLOCK_COUNT_PSTORE <= eeprom_get_block_count()); -- cgit v1.2.1