init_post: #ifdef CONFIG_POST static int init_post(void) { post_bootmode_init(); post_run(NULL, POST_ROM | post_bootmode_get(0)); return 0; } #endif 1. 2. 3. 4. 5. 6. 7. 8.