summaryrefslogtreecommitdiff
path: root/chip/host
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-06-27 14:14:26 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-06-29 07:19:42 +0000
commitd011c69465f7bf0665abfdbf761df12a41bf2ea4 (patch)
tree369d747f0f24d7a03ae0a06d3fa2fe7db740cc54 /chip/host
parent15c9f39a4aab5ae0442c2739d01f975c608e01ea (diff)
downloadchrome-ec-d011c69465f7bf0665abfdbf761df12a41bf2ea4.tar.gz
chip/host/config_chip.h: Format with clang-format
BUG=b:236386294 BRANCH=none TEST=none Change-Id: I0eea4e37e64410062693dff6a72886fc4edab44c Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3729147 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'chip/host')
-rw-r--r--chip/host/config_chip.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/chip/host/config_chip.h b/chip/host/config_chip.h
index 84e254d8a0..7e45177401 100644
--- a/chip/host/config_chip.h
+++ b/chip/host/config_chip.h
@@ -20,11 +20,11 @@
extern char __host_flash[CONFIG_FLASH_SIZE_BYTES];
#define CONFIG_PROGRAM_MEMORY_BASE ((uintptr_t)__host_flash)
-#define CONFIG_FLASH_ERASE_SIZE 0x0010 /* erase bank size */
-#define CONFIG_FLASH_WRITE_SIZE 0x0002 /* minimum write size */
+#define CONFIG_FLASH_ERASE_SIZE 0x0010 /* erase bank size */
+#define CONFIG_FLASH_WRITE_SIZE 0x0002 /* minimum write size */
#define CONFIG_FLASH_WRITE_IDEAL_SIZE 0x0080 /* ideal write size */
-#define CONFIG_RAM_BASE 0x0 /* Not supported */
-#define CONFIG_RAM_SIZE 0x0 /* Not supported */
+#define CONFIG_RAM_BASE 0x0 /* Not supported */
+#define CONFIG_RAM_SIZE 0x0 /* Not supported */
#define CONFIG_FPU
@@ -43,7 +43,7 @@ extern char __host_flash[CONFIG_FLASH_SIZE_BYTES];
/* Interval between HOOK_TICK notifications */
#define HOOK_TICK_INTERVAL_MS 250
-#define HOOK_TICK_INTERVAL (HOOK_TICK_INTERVAL_MS * MSEC)
+#define HOOK_TICK_INTERVAL (HOOK_TICK_INTERVAL_MS * MSEC)
/* Do NOT use common panic code (designed to output information on the UART) */
#undef CONFIG_COMMON_PANIC_OUTPUT