mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-27 18:25:05 +00:00
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 <dhendrix@chromium.org> Change-Id: I13035ca9fb0e4cb05f46df250f6b9079a799dd64 Reviewed-on: https://chromium-review.googlesource.com/172663 Reviewed-by: Vincent Palatin <vpalatin@chromium.org> Tested-by: David Hendricks <dhendrix@chromium.org> Reviewed-by: Randall Spangler <rspangler@chromium.org> Commit-Queue: David Hendricks <dhendrix@chromium.org>
This commit is contained in:
committed by
chrome-internal-fetch
parent
737160dd5d
commit
da8b8defb6
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user