Allwinner: Fix compilation

Forgot an #endif in r324773, sorry for the breakage.
This commit is contained in:
Emmanuel Vadot 2017-10-19 21:34:53 +00:00
parent 8352f326c3
commit ec9f9562a5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=324775

View File

@ -186,6 +186,7 @@ allwinner_early_putc(int c)
}
early_putc_t *early_putc = allwinner_early_putc;
#endif /* EARLY_PRINTF */
#endif
#if defined(SOC_ALLWINNER_A10)
static platform_method_t a10_methods[] = {