Skip to content

Commit ab59764

Browse files
committed
bsp: k230: enable FASTBOOT
FIXME: seems when RT_FASTBOOT is enabled, rt_printf should not be called. Search "RT_FASTBOOT", you will see many similar code in drivers. This seems a individual feature need to be extracted and submit together. Signed-off-by: Wang Chen <[email protected]>
1 parent 89e0305 commit ab59764

File tree

1 file changed

+2
-0
lines changed
  • bsp/k230/applications

1 file changed

+2
-0
lines changed

bsp/k230/applications/mnt.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ int mnt_init(void)
5050
}
5151
#endif
5252

53+
#ifndef RT_FASTBOOT
5354
rt_kprintf("file system initialization done!\n");
55+
#endif
5456

5557
return 0;
5658
}

0 commit comments

Comments
 (0)