int arch_misc_init(void) { #ifdef CONFIG_ENABLE_MRC_CACHE /* * We intend not to check any return value here, as even MRC cache * is not saved successfully, it is not a severe error that will * prevent system from continuing to boot. */ mrccache_save(); #endif return pirq_init(); }
int arch_misc_init(void) { unprotect_spi_flash(); return pirq_init(); }
int arch_misc_init(void) { return pirq_init(); }
int arch_misc_init(void) { pirq_init(); return 0; }