diff --git a/boot/boot.c b/boot/boot.c index 233b9c325..cdb48d0ae 100644 --- a/boot/boot.c +++ b/boot/boot.c @@ -2,19 +2,13 @@ #include #endif -#if USE_ION #include -#endif - #include void boot() { #if USE_LIBA liba_init(); #endif -#if USE_ION - ion_ini(); -#endif - + ion_init(); hello(); }