From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Schwierzeck Date: Tue, 7 Aug 2018 16:41:21 +0200 Subject: [U-Boot] [PATCH 4/9] MIPS: use PRIx64 macros for printing ram size In-Reply-To: <1532613591-8444-5-git-send-email-philipp.tomsich@theobroma-systems.com> References: <1532613591-8444-1-git-send-email-philipp.tomsich@theobroma-systems.com> <1532613591-8444-5-git-send-email-philipp.tomsich@theobroma-systems.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 2018-07-26 15:59 GMT+02:00 Philipp Tomsich : > With the recent changes of the underlying types for the ram size, we need > to adjust the formatting. Use PRIx64 to print the (now) u64 field. > > Signed-off-by: Philipp Tomsich > --- > > arch/mips/mach-bmips/dram.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Daniel Schwierzeck -- - Daniel