From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 24 May 2016 10:13:36 -0700 Subject: [U-Boot] [PATCH v2 2/2] arm: uniform usage of u32 in ls102x caam config In-Reply-To: <1461311527-16278-2-git-send-email-vincent.siles@provenrun.com> References: <5718FD9C.8060001@nxp.com> <1461311527-16278-1-git-send-email-vincent.siles@provenrun.com> <1461311527-16278-2-git-send-email-vincent.siles@provenrun.com> Message-ID: <57448BC0.8070306@nxp.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04/22/2016 12:52 AM, Vincent Siles wrote: > Mix usage of uint32_t and u32 fixed in favor of u32 > > Signed-off-by: Vincent Siles > > --- > > Changes in v2: > - Casting to void * instead of u8 * > - Splitted commit into two seperate ones > > board/freescale/common/ls102xa_stream_id.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Applied to u-boot-fsl-qoriq master, awaiting upstream. Thanks. York