summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/ec_comm.c1
-rw-r--r--common/ec_efs.c2
2 files changed, 1 insertions, 2 deletions
diff --git a/common/ec_comm.c b/common/ec_comm.c
index c2e7bdb26d..e24c2af94c 100644
--- a/common/ec_comm.c
+++ b/common/ec_comm.c
@@ -14,7 +14,6 @@
#include "task.h"
#include "timer.h"
#include "uartn.h"
-#include "usart.h"
#include "vboot.h"
#define CPRINTS(format, args...) cprints(CC_TASK, "EC-COMM: " format, ## args)
diff --git a/common/ec_efs.c b/common/ec_efs.c
index f801696338..b61ed87888 100644
--- a/common/ec_efs.c
+++ b/common/ec_efs.c
@@ -262,7 +262,7 @@ void ec_efs_refresh(void)
ec_efs_ctx.hash_is_loaded = 1;
} else {
ec_efs_ctx.hash_is_loaded = 0;
- cprints(CC_SYSTEM, "load_ec_hash error: 0x%x\n", rv);
+ cprints(CC_SYSTEM, "load_ec_hash error: 0x%x", rv);
}
ec_efs_ctx.secdata_error_code = rv;
}