mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 18:04:48 +00:00
iommu: qcom-smmu: fix debugging
The priv struct was wrong in dump_boot_mappings(). Causing errors when compiling with -DDEBUG. Fix this. Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org> Link: https://lore.kernel.org/r/20240320-b4-qcom-usb-v4-5-41be480172e1@linaro.org Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
This commit is contained in:
parent
304fa0aa44
commit
42839c0fdf
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ static int qcom_smmu_connect(struct udevice *dev)
|
|||
}
|
||||
|
||||
#ifdef DEBUG
|
||||
static inline void dump_boot_mappings(struct arm_smmu_priv *priv)
|
||||
static inline void dump_boot_mappings(struct qcom_smmu_priv *priv)
|
||||
{
|
||||
u32 val;
|
||||
int i;
|
||||
|
|
Loading…
Add table
Reference in a new issue