projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15b96ad
)
arm: uniform usage of u32 in ls102x caam config
author
Vincent Siles
<vincent.siles@provenrun.com>
Fri, 22 Apr 2016 07:52:07 +0000
(09:52 +0200)
committer
York Sun
<york.sun@nxp.com>
Wed, 18 May 2016 15:51:44 +0000
(08:51 -0700)
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>
board/freescale/common/ls102xa_stream_id.c
patch
|
blob
|
history
diff --git
a/board/freescale/common/ls102xa_stream_id.c
b/board/freescale/common/ls102xa_stream_id.c
index 39e7b306eeeb61dffd01b1fddc086d310a4f6230..3d5404ee100a1b9d8c8748fecacbc3f22a3b7862 100644
(file)
--- a/
board/freescale/common/ls102xa_stream_id.c
+++ b/
board/freescale/common/ls102xa_stream_id.c
@@
-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((u
int32_t
*)(tbl[i].reg_offset), liodn);
+ out_le32((u
32
*)(tbl[i].reg_offset), liodn);
}
}