mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-05 00:41:17 +01:00
devsoc: Add dummy handler to fixup the USB device mode
Change-Id: Id68da6161eaabb867de0cd00e5a8c455e24df2c3 Signed-off-by: Ram Kumar D <quic_ramd@quicinc.com>
This commit is contained in:
parent
4ffb97c394
commit
b900c8242b
1 changed files with 5 additions and 0 deletions
|
|
@ -295,3 +295,8 @@ void set_flash_secondary_type(qca_smem_flash_info_t *smem)
|
|||
{
|
||||
return;
|
||||
};
|
||||
|
||||
void ipq_fdt_fixup_usb_device_mode(void *blob)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue