summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 41e87a173b..11dc09bcb7 100644
--- a/Makefile
+++ b/Makefile
@@ -60,10 +60,6 @@ config=$(out)/.config
# If no key file is provided, use the default dev key
PEM ?= $(BDIR)/dev_key.pem
-# If CONFIG_BOOTBLOCK is set, includes AP-FW bootblock in the EC image.
-# If no bootblock is provided, just pack an empty file.
-BOOTBLOCK ?=
-
# Port for flash_ec. Defaults to 9999.
PORT ?= 9999