diff options
Diffstat (limited to 'board/freescale/mx25pdk/mx25pdk.c')
-rw-r--r-- | board/freescale/mx25pdk/mx25pdk.c | 3 |
1 files changed, 3 insertions, 0 deletions
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) {} |