forked from Imagelibrary/rtems
arm/gp32/startup/bspstart.c: Ensure bsp_start_default() is static
This commit is contained in:
@@ -86,5 +86,4 @@ static void bsp_start_default( void )
|
|||||||
* By making this a weak alias for bsp_start_default, a brave soul
|
* By making this a weak alias for bsp_start_default, a brave soul
|
||||||
* can override the actual bsp_start routine used.
|
* can override the actual bsp_start routine used.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
void bsp_start (void) __attribute__ ((weak, alias("bsp_start_default")));
|
void bsp_start (void) __attribute__ ((weak, alias("bsp_start_default")));
|
||||||
|
|||||||
Reference in New Issue
Block a user