From mboxrd@z Thu Jan 1 00:00:00 1970 From: sbabic at denx.de Date: Tue, 8 Dec 2020 08:58:52 +0100 (CET) Subject: [PATCH] imx: ahab: Fix compiler warnings in printf In-Reply-To: <20201106080931.21771-3-oliver.graute@kococonnector.com> Message-ID: <20201208075852.F115B825EE@phobos.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > arch/arm/mach-imx/imx8/ahab.c:110:63: warning: format ?%x? expects > argument of type ?unsigned int?, but argument 2 has type ?u64 {aka long > long unsigned int}? [-Wformat=] > Fix those by using %llx > Signed-off-by: Oliver Graute > Cc: Stefano Babic > Cc: uboot-imx Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================