u-boot-brain/board/prodrive
Marek Vasut 44e63c228e IXP: Fix NAND build warning on PDNB3 and SCPU
nand.c: In function ‘pdnb3_nand_read_buf’:
nand.c:107:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
nand.c: In function ‘pdnb3_nand_dev_ready’:
nand.c:124:18: warning: variable ‘val’ set but not used [-Wunused-but-set-variable]

Remove the 4-byte-at-time read mode altogether, the most is bogus and will
likely cause unaligned accesses.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Bryan Hundven <bryanhundven@gmail.com>
Cc: Michael Schwingen <rincewind@discworld.dascon.de>
2012-03-26 23:09:26 +02:00
..
alpr alpr board: Fix GCC 4.6 build warnings 2011-12-02 00:10:02 +01:00
common rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
p3mx net/miiphy/serial: drop duplicate "NAMESIZE" define 2012-03-18 20:11:22 +01:00
p3p440 punt unused clean/distclean targets 2011-10-15 22:20:36 +02:00
pdnb3 IXP: Fix NAND build warning on PDNB3 and SCPU 2012-03-26 23:09:26 +02:00