summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Jeffery <andrew@aj.id.au>2018-02-22 15:47:11 +1030
committerAndrew Jeffery <andrew@aj.id.au>2018-03-24 13:59:32 +1030
commit09cff3a09f02c3a0d09fe1d2ab44e60ed71c8c95 (patch)
treef4d21b1332f1424b815f4a1a03cb282a259dda7c
parent32476cb46ba69a6b5890a5372fa050de6c0a43c1 (diff)
downloadphosphor-mboxd-09cff3a09f02c3a0d09fe1d2ab44e60ed71c8c95.tar.gz
phosphor-mboxd-09cff3a09f02c3a0d09fe1d2ab44e60ed71c8c95.zip
test: write_flash_vpnor: Remove unused macro
Change-Id: I635a085283d86a1f672f736a26981901d38ea599 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
-rw-r--r--test/vpnor/write_flash_vpnor.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/vpnor/write_flash_vpnor.cpp b/test/vpnor/write_flash_vpnor.cpp
index c53e8da..7c8f506 100644
--- a/test/vpnor/write_flash_vpnor.cpp
+++ b/test/vpnor/write_flash_vpnor.cpp
@@ -45,7 +45,6 @@ uint8_t data[8] = {0xa0, 0xa1, 0xa2, 0xa3, 0xa4, 0xa5, 0xa6, 0xa7};
#define OFFSET BLOCK_SIZE
#define MEM_SIZE (BLOCK_SIZE * 2)
#define DATA_SIZE sizeof(data)
-#define ERASE_SIZE BLOCK_SIZE
#define BLOCK_SIZE_SHIFT 12
const std::string toc[] = {
OpenPOWER on IntegriCloud