summaryrefslogtreecommitdiff
path: root/board/strago
diff options
context:
space:
mode:
authorVic Yang <victoryang@google.com>2015-01-09 11:11:00 -0800
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-01-16 22:58:02 +0000
commit535bbbb7749d846d48d17f4f9f6d12701e489d2f (patch)
treea41f32809e7dc3fd09a267c4d38fe387fc196943 /board/strago
parente4073fdb31b02c26c5d7f8a81a58bc5a393f0384 (diff)
downloadchrome-ec-535bbbb7749d846d48d17f4f9f6d12701e489d2f.tar.gz
mec1322: Specify SPI flash size in KB
For boards without a shared SPI, it's reasonable to use a SPI flash smaller than 1MB. Change the script to allow this. BRANCH=None BUG=chrome-os-partner:35308 TEST=Build strago and check the size of ec.spi.bin. Change-Id: Iabf7065d158be5f82c55e182e430858a12b18b6e Signed-off-by: Vic Yang <victoryang@google.com> Reviewed-on: https://chromium-review.googlesource.com/241111 Tested-by: Vic Yang <victoryang@chromium.org> Reviewed-by: Randall Spangler <rspangler@chromium.org> Commit-Queue: Vic Yang <victoryang@chromium.org>
Diffstat (limited to 'board/strago')
-rw-r--r--board/strago/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/strago/build.mk b/board/strago/build.mk
index 4a0bc00f08..d6559b43c9 100644
--- a/board/strago/build.mk
+++ b/board/strago/build.mk
@@ -8,7 +8,7 @@
# the IC is SMSC MEC1322 / external SPI is 4MB / external clock is crystal
CHIP:=mec1322
-CHIP_SPI_SIZE_MB:=4
+CHIP_SPI_SIZE_KB:=4096
board-y=board.o
# As this file is read more than once, must put the rules