diff options
author | Marek Vasut <marex@denx.de> | 2012-03-06 01:10:00 +0100 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-03-26 23:09:26 +0200 |
commit | 44e63c228ea8730af5782d1c29c5bef2e57c9b0e (patch) | |
tree | 7b1b3d1174113527a55348efbb6ce2174fb61059 /board/bf537-stamp | |
parent | 2152df67c351f167641e0000177c0de746be8665 (diff) | |
download | u-boot-imx-44e63c228ea8730af5782d1c29c5bef2e57c9b0e.zip u-boot-imx-44e63c228ea8730af5782d1c29c5bef2e57c9b0e.tar.gz u-boot-imx-44e63c228ea8730af5782d1c29c5bef2e57c9b0e.tar.bz2 |
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>
Diffstat (limited to 'board/bf537-stamp')
0 files changed, 0 insertions, 0 deletions