summaryrefslogtreecommitdiff
path: root/chip/lm4/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/lm4/flash.c')
-rw-r--r--chip/lm4/flash.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/chip/lm4/flash.c b/chip/lm4/flash.c
index 3351fd851e..0b451d53ad 100644
--- a/chip/lm4/flash.c
+++ b/chip/lm4/flash.c
@@ -163,7 +163,7 @@ static int write_buffer(void)
{
int t;
-#ifdef BOARD_slippy /* FIXME: crosbug.com/p/19366 */
+#ifndef BOARD_link /* FIXME: crosbug.com/p/19366 */
return EC_ERROR_UNKNOWN;
#endif
@@ -239,7 +239,7 @@ int flash_physical_write(int offset, int size, const char *data)
int flash_physical_erase(int offset, int size)
{
-#ifdef BOARD_slippy /* FIXME: crosbug.com/p/19366 */
+#ifndef BOARD_link /* FIXME: crosbug.com/p/19366 */
return EC_ERROR_UNKNOWN;
#endif
if (all_protected)