From 4897d950b71bd19b420e082a2011e52e9d4d8a52 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Mon, 11 Jan 2016 18:09:15 -0200 Subject: mx25pdk: Remove lowlevel_init.S file As the lowlevel_init function is empty we should better remove this assembly file entirely and use a dummy C function instead. Signed-off-by: Fabio Estevam --- board/freescale/mx25pdk/mx25pdk.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'board/freescale/mx25pdk/mx25pdk.c') diff --git a/board/freescale/mx25pdk/mx25pdk.c b/board/freescale/mx25pdk/mx25pdk.c index 01dac72..788d3c3 100644 --- a/board/freescale/mx25pdk/mx25pdk.c +++ b/board/freescale/mx25pdk/mx25pdk.c @@ -186,3 +186,6 @@ int checkboard(void) return 0; } + +/* Lowlevel init isn't used on mx25pdk, so just provide a dummy one here */ +void lowlevel_init(void) {} -- cgit v1.1