fs_initialize() is no longer weak
This commit is contained in:
parent
cd0c493657
commit
37cf4135c4
@ -365,7 +365,7 @@ extern "C"
|
|||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
void weak_function fs_initialize(void);
|
void fs_initialize(void);
|
||||||
|
|
||||||
/* fs_foreachmountpoint.c ***************************************************/
|
/* fs_foreachmountpoint.c ***************************************************/
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
@ -459,12 +459,7 @@ void os_start(void)
|
|||||||
#if CONFIG_NFILE_DESCRIPTORS > 0
|
#if CONFIG_NFILE_DESCRIPTORS > 0
|
||||||
/* Initialize the file system (needed to support device drivers) */
|
/* Initialize the file system (needed to support device drivers) */
|
||||||
|
|
||||||
#ifdef CONFIG_HAVE_WEAKFUNCTIONS
|
fs_initialize();
|
||||||
if (fs_initialize != NULL)
|
|
||||||
#endif
|
|
||||||
{
|
|
||||||
fs_initialize();
|
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_NET
|
#ifdef CONFIG_NET
|
||||||
|
Loading…
x
Reference in New Issue
Block a user