We don't need or want them for generic U-Boot builds.
Signed-off-by: Rafał Miłecki <[email protected]>
return;
}
+#if 0
void bootup_turn_on_power_led(void)
{
//power up, turn on power led
env_set("dhd1", "11");
env_set("dhd2", "11");
}
+#endif
/* We come here after U-Boot is initialised and ready to process commands */
void main_loop(void)
env_set("ver", version_string); /* set version variable */
cli_init();
+#if 0
/*Foxconn add start*/
bootup_turn_on_power_led();
bootup_enable_dhd_offload();
/*Foxconn add end*/
+#endif
run_preboot_environment_command();
check_restore_default();