mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-28 17:02:50 +01:00
arm: uniform usage of u32 in ls102x caam config
Mix usage of uint32_t and u32 fixed in favor of u32. Signed-off-by: Vincent Siles <vincent.siles@provenrun.com> Reviewed-by: York Sun <york.sun@nxp.com>
This commit is contained in:
parent
15b96ad831
commit
12cbf20d78
1 changed files with 1 additions and 1 deletions
|
|
@ -28,6 +28,6 @@ void ls1021x_config_caam_stream_id(struct liodn_id_table *tbl, int size)
|
|||
else
|
||||
liodn = tbl[i].id[0];
|
||||
|
||||
out_le32((uint32_t *)(tbl[i].reg_offset), liodn);
|
||||
out_le32((u32 *)(tbl[i].reg_offset), liodn);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue