flash: Rename set_flash_bytemap to flash_set_bytemap

Change-Id: I0bd244ab1f8f37cdf54a5dc9198651ade7ed0876
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
diff --git a/mboxd_lpc.c b/mboxd_lpc.c
index 8d5885a..d9dcc64 100644
--- a/mboxd_lpc.c
+++ b/mboxd_lpc.c
@@ -138,7 +138,7 @@
 	 * Since the host now has access to the flash it can change it out from
 	 * under us
 	 */
-	return set_flash_bytemap(context, 0, context->flash_size, FLASH_DIRTY);
+	return flash_set_bytemap(context, 0, context->flash_size, FLASH_DIRTY);
 }
 
 /*