boards: enclustra: mercury_xe: Remove pointless init function
Removes an init function that does absolutely nothing Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
parent
4b2c030ec4
commit
47bbade847
@ -1,5 +0,0 @@
|
||||
# Copyright (c) 2020, Antmicro
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
zephyr_library()
|
||||
zephyr_library_sources(board.c)
|
||||
@ -1,16 +0,0 @@
|
||||
/*
|
||||
* Copyright (c) 2020, Antmicro
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <zephyr/arch/cpu.h>
|
||||
#include <zephyr/init.h>
|
||||
|
||||
static int mercury_xu_init(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
SYS_INIT(mercury_xu_init, PRE_KERNEL_2,
|
||||
CONFIG_KERNEL_INIT_PRIORITY_DEFAULT);
|
||||
Loading…
Reference in New Issue
Block a user