From da8b8defb6f8004850caee242bf14283c1dc0627 Mon Sep 17 00:00:00 2001 From: David Hendricks Date: Thu, 10 Oct 2013 13:58:19 -0700 Subject: [PATCH] Correct the EC name in the build.mk comments for some boards One of our partners was getting confused by the incorrect comments. Daisy, Snow and Pit use STM32xxxx parts with 128KB flash, but the comments indicated that they use 64KB parts. BUG=none BRANCH=none TEST=locally compiled Signed-off-by: David Hendricks Change-Id: I13035ca9fb0e4cb05f46df250f6b9079a799dd64 Reviewed-on: https://chromium-review.googlesource.com/172663 Reviewed-by: Vincent Palatin Tested-by: David Hendricks Reviewed-by: Randall Spangler Commit-Queue: David Hendricks --- board/daisy/build.mk | 2 +- board/discovery/build.mk | 2 +- board/pit/build.mk | 2 +- board/snow/build.mk | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/board/daisy/build.mk b/board/daisy/build.mk index c6b8ef64ea..e471608873 100644 --- a/board/daisy/build.mk +++ b/board/daisy/build.mk @@ -5,7 +5,7 @@ # # Board specific files build -# the IC is STmicro STM32L151R8H6 +# the IC is STmicro STM32L151RBH6 CHIP:=stm32 CHIP_FAMILY:=stm32l CHIP_VARIANT:=stm32l15x diff --git a/board/discovery/build.mk b/board/discovery/build.mk index 8de1b957d3..a09942b84e 100644 --- a/board/discovery/build.mk +++ b/board/discovery/build.mk @@ -5,7 +5,7 @@ # # Board specific files build -# the IC is STmicro STM32L151R8H6 +# the IC is STmicro STM32L152RCT6 CHIP:=stm32 CHIP_FAMILY:=stm32l CHIP_VARIANT:=stm32l15x diff --git a/board/pit/build.mk b/board/pit/build.mk index 8de1b957d3..c8feaecd01 100644 --- a/board/pit/build.mk +++ b/board/pit/build.mk @@ -5,7 +5,7 @@ # # Board specific files build -# the IC is STmicro STM32L151R8H6 +# the IC is STmicro STM32L151RBH6 CHIP:=stm32 CHIP_FAMILY:=stm32l CHIP_VARIANT:=stm32l15x diff --git a/board/snow/build.mk b/board/snow/build.mk index 88b201efd5..84db0e5304 100644 --- a/board/snow/build.mk +++ b/board/snow/build.mk @@ -5,7 +5,7 @@ # # Board specific files build -# the IC is STmicro STM32F100R8 +# the IC is STmicro STM32F100RB CHIP:=stm32 CHIP_FAMILY:=stm32f CHIP_VARIANT:=stm32f100