示例#1
0
文件: init.c 项目: jbott/lk_gee
void target_fastboot_init(void)
{
#ifdef SSD_ENABLE
    clock_ce_enable(SSD_CE_INSTANCE_1);
    ssd_load_keystore_from_emmc();
#endif
}
void target_fastboot_init(void)
{
	/* Set the BOOT_DONE flag in PM8921 */
	pm8x41_set_boot_done();

#ifdef SSD_ENABLE
	clock_ce_enable(SSD_CE_INSTANCE_1);
	ssd_load_keystore_from_emmc();
#endif
}