No need to have a special SoC-specific prefix.
Signed-off-by: Carlo Caione <[email protected]>
Change-Id: I0da543e7d92d56604e79440a98027ffd9a2eaa59
/*******************************************************************************
* Unknown commands related to something thermal-related
******************************************************************************/
-void gxbb_thermal_unknown(void)
+void aml_thermal_unknown(void)
{
uint16_t ret;
void scpi_upload_scp_fw(uintptr_t addr, size_t size, int send);
/* Peripherals */
-void gxbb_thermal_unknown(void);
+void aml_thermal_unknown(void);
uint64_t aml_efuse_read(void *dst, uint32_t offset, uint32_t size);
uint64_t aml_efuse_user_max(void);
gicv2_pcpu_distif_init();
gicv2_cpuif_enable();
- gxbb_thermal_unknown();
+ aml_thermal_unknown();
}
gxl_scp_boot();
- gxbb_thermal_unknown();
+ aml_thermal_unknown();
}