9
0
Fork 0
barebox/arch/ppc/mach-mpc5xxx
Juergen Borleis ad955eab6d PPC/MPC5XXX/reginfo: fix a bunch of compiler warnings
This change fixes a bunch of compiler warnings of this type:

arch/ppc/mach-mpc5xxx/reginfo.c: In function 'reginfo':
arch/ppc/mach-mpc5xxx/reginfo.c:14:3: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'ulong' [-Wformat=]
   (*(volatile ulong*)MPC5XXX_ADDECR & 0x00010000) ? 1 : 0);
   ^

Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2016-05-30 07:07:48 +02:00
..
include/mach PPC/MPC5200: re-use the IMX I2C master driver for MPC5200 2015-08-03 08:52:43 +02:00
Kconfig MPC85xx: fix memory layout to prevent corruption during memtest 2014-03-03 09:07:20 +01:00
Makefile Preparation stage to support multiple PPC architectures 2012-05-02 10:16:30 +02:00
cpu.c PPC: clean compiler warning 2016-05-30 07:07:48 +02:00
cpu_init.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
firmware_sc_task.impl.S svn_rev_673 2007-07-05 18:02:15 +02:00
firmware_sc_task_bestcomm.impl.S svn_rev_673 2007-07-05 18:02:15 +02:00
io.S Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
loadtask.c [PPC] Move include/asm-ppc/arch-* to arch/ppc/*/include/mach 2009-10-22 14:21:30 +02:00
pci_mpc5200.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
reginfo.c PPC/MPC5XXX/reginfo: fix a bunch of compiler warnings 2016-05-30 07:07:48 +02:00
speed.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
start.S Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
time.c PPC/MPC52xx: unify header file name for clock API 2015-08-03 08:52:43 +02:00
traps.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00