summaryrefslogtreecommitdiff
path: root/chip
diff options
context:
space:
mode:
authorJett Rink <jettrink@chromium.org>2019-06-13 07:55:42 -0600
committerCommit Bot <commit-bot@chromium.org>2019-06-14 19:42:11 +0000
commit21bf972bf93967fd3677a730b865dc80e3a235ae (patch)
treef14e22773a7198f597c47f43512e475cf3f07bd6 /chip
parent32f88254973f2fc8eada1b80feea338ac8931731 (diff)
downloadchrome-ec-21bf972bf93967fd3677a730b865dc80e3a235ae.tar.gz
ish: remove vestigial line in build file
There a are a few lines that are not being used and not make sense in the chip/ish/build file. Remove them and clean up comments BRANCH=none BUG=none TEST=compiles to same binary before and after change. Change-Id: I7b4d464f4450b300b92da5c74cebc57ee2ff84f5 Signed-off-by: Jett Rink <jettrink@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1657565 Commit-Queue: Jack Rosenthal <jrosenth@chromium.org> Reviewed-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-by: Denis Brockus <dbrockus@chromium.org>
Diffstat (limited to 'chip')
-rw-r--r--chip/ish/build.mk8
1 files changed, 3 insertions, 5 deletions
diff --git a/chip/ish/build.mk b/chip/ish/build.mk
index 6b7778a291..40fd5420d5 100644
--- a/chip/ish/build.mk
+++ b/chip/ish/build.mk
@@ -47,14 +47,12 @@ endif
_kernel_size_str=$(shell stat -L -c %s $(out)/RW/$(PROJECT).RW.flat)
_kernel_size=$(shell echo "$$(($(_kernel_size_str)))")
-# location of the scripts and keys used to pack the SPI flash image
+# location of the scripts used to pack image
SCRIPTDIR:=./chip/${CHIP}/util
-# Allow SPI size to be overridden by board specific size, default to 256KB.
-CHIP_SPI_SIZE_KB?=256
-# Commands to convert ec.RW.flat to $@.tmp - This will add the manifest header needed
-# to load the FW onto the ISH HW.
+# Commands to convert ec.RW.flat to $@.tmp - This will add the manifest header
+# needed to load the FW onto the ISH HW.
ifeq ($(CONFIG_ISH_PM_AONTASK),y)
cmd_obj_to_bin = ${SCRIPTDIR}/pack_ec.py -o $@.tmp \