commit 5c8ffeae818616e657296c05af15313f6e9cff45
parent d32671cb9b70d8b5f16334417be4305f624de561
Author: Brian Swetland <swetland@frotz.net>
Date: Mon, 27 Jul 2015 00:24:37 -0700
[agent][lpc43xx] typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/agents/lpc43xx-spifi.c b/agents/lpc43xx-spifi.c
@@ -133,7 +133,7 @@ static int verify_erased(u32 addr, u32 count) {
}
static int verify_page(u32 addr, u32 *ptr) {
- int count = 256 / 5;
+ int count = 256 / 4;
int err = 0;
writel(addr, SPIFI_ADDR);
writel(CMD_DATALEN(count * 4) | CMD_FF_SERIAL | CMD_FR_OP_3B |