From 0fae876b6e6e72899066f4475c2d4ae1108cf031 Mon Sep 17 00:00:00 2001 From: Namyoon Woo Date: Mon, 8 Jun 2020 10:53:53 -0700 Subject: stm32f4: undef CONFIG_CMD_CHARGEN This patch excludes CONFIG_CMD_CHARGEN from stm32f4 build config set explicitly. stm32f4 has its own USB console implementation, which chargen doesn't support yet. The affected boards are polyberry, sweetberry and stm32f446e-eval. BUG=none BRANCH=all TEST=buildall Signed-off-by: Namyoon Woo Change-Id: I0f3dadd55fa2c197fff32afbe3fecb773491003e Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2951862 Reviewed-by: Aseda Aboagye --- chip/stm32/config-stm32f4.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chip/stm32') diff --git a/chip/stm32/config-stm32f4.h b/chip/stm32/config-stm32f4.h index 60b1affd3c..73c9a3694f 100644 --- a/chip/stm32/config-stm32f4.h +++ b/chip/stm32/config-stm32f4.h @@ -68,3 +68,5 @@ /* Number of IRQ vectors on the NVIC */ #define CONFIG_IRQ_COUNT 97 + +#undef CONFIG_CMD_CHARGEN -- cgit v1.2.1