Merge "bus: mhi: Add MHI devices and controllers stack in makefile"

This commit is contained in:
qctecmdr 2022-10-25 08:48:45 -07:00 committed by Gerrit - the friendly Code Review server
commit e2ed96ee85
3 changed files with 9 additions and 1 deletions

View File

@ -7,3 +7,5 @@
source "drivers/bus/mhi/host/Kconfig"
source "drivers/bus/mhi/ep/Kconfig"
source "drivers/bus/mhi/devices/Kconfig"
source "drivers/bus/mhi/controllers/Kconfig"

View File

@ -3,3 +3,9 @@ obj-y += host/
# Endpoint MHI stack
obj-y += ep/
# MHI Devices stack
obj-y += devices/
#MHI Controller stack
obj-y += controllers/

View File

@ -1167,7 +1167,7 @@ int mhi_prepare_for_power_up(struct mhi_controller *mhi_cntrl)
mhi_cntrl->rddm_image);
if (ret) {
mhi_free_bhie_table(mhi_cntrl,
mhi_cntrl->rddm_image);
&mhi_cntrl->rddm_image);
goto error_reg_offset;
}
}