summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/corori2/board.h4
-rwxr-xr-xutil/build_with_clang.py2
2 files changed, 4 insertions, 2 deletions
diff --git a/board/corori2/board.h b/board/corori2/board.h
index 0fc4423020..3483d96f88 100644
--- a/board/corori2/board.h
+++ b/board/corori2/board.h
@@ -21,7 +21,7 @@
#define CONFIG_CHIP_INIT_ROM_REGION
#undef CONFIG_CONSOLE_CMDHELP
#define CONFIG_DEBUG_ASSERT_BRIEF
-#define CONFIG_USB_PD_DEBUG_LEVEL 2
+#define CONFIG_USB_PD_DEBUG_LEVEL 0
/* EC console commands */
#define CONFIG_CMD_CHARGER_DUMP
@@ -29,6 +29,8 @@
/* Remove default commands to free flash space */
#undef CONFIG_CMD_ACCELSPOOF
#undef CONFIG_CMD_BATTFAKE
+#undef CONFIG_CMD_GETTIME
+#undef CONFIG_CMD_MEM
/* Battery */
#define CONFIG_BATTERY_FUEL_GAUGE
diff --git a/util/build_with_clang.py b/util/build_with_clang.py
index 9b7c4999cf..71957107a0 100755
--- a/util/build_with_clang.py
+++ b/util/build_with_clang.py
@@ -75,7 +75,7 @@ BOARDS_THAT_COMPILE_SUCCESSFULLY_WITH_CLANG = [
"copano",
"coral",
"corori",
- # "corori2",
+ "corori2",
"cret",
"crota",
"dalboz",