summaryrefslogtreecommitdiff
path: root/board/stm32l476g-eval/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/stm32l476g-eval/board.h')
-rw-r--r--board/stm32l476g-eval/board.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/board/stm32l476g-eval/board.h b/board/stm32l476g-eval/board.h
index e8ce99845f..26ea530e4e 100644
--- a/board/stm32l476g-eval/board.h
+++ b/board/stm32l476g-eval/board.h
@@ -1,4 +1,4 @@
-/* Copyright 2016 The Chromium OS Authors. All rights reserved.
+/* Copyright 2016 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -10,8 +10,8 @@
#ifdef CTS_MODULE
/* CTS tests are small. We can use smaller size to expedite flash time. */
-#undef CONFIG_FLASH_SIZE_BYTES
-#define CONFIG_FLASH_SIZE_BYTES 0x00040000 /* 256k */
+#undef CONFIG_FLASH_SIZE_BYTES
+#define CONFIG_FLASH_SIZE_BYTES 0x00040000 /* 256k */
#endif
/* Optional features */
@@ -54,18 +54,18 @@
#undef CONFIG_FLASH_PHYSICAL
/* Timer selection */
-#define TIM_CLOCK32 5
+#define TIM_CLOCK32 5
/* External clock speeds (8 MHz) */
#define STM32_HSE_CLOCK 8000000
/* PLL configuration. Freq = STM32_HSE_CLOCK * n/m/r */
#undef STM32_PLLM
-#define STM32_PLLM 1
+#define STM32_PLLM 1
#undef STM32_PLLN
-#define STM32_PLLN 10
+#define STM32_PLLN 10
#undef STM32_PLLR
-#define STM32_PLLR 2
+#define STM32_PLLR 2
#include "gpio_signal.h"