commit | ac41d4da4d959d992791a36e8e8741ab0aedc0fe | [log] [tgz] |
---|---|---|
author | Stefano Babic <sbabic@denx.de> | Fri Mar 05 17:54:37 2010 +0100 |
committer | Tom Rix <Tom.Rix@windriver.com> | Sun Mar 07 12:36:36 2010 -0600 |
tree | 3badc8c1ab6433507c7c9d6993ad7aaacb47bf4f | |
parent | 9fe2303350c4ce6845823e04e34f10cb6cd921d8 [diff] |
MX51: removed warnings for the mx51evk The patch removes warnings at compile time and provides some cleanup code: - Removed comment on NAND (not yet supported) from lowlevel_init.S - Removed NFMS bit definition from imx-regs.h The bit is only related to MX.25/35 and can lead to confusion - Moved is_soc_rev() to soc specific code (removed from mx51evk.c) Signed-off-by: Stefano Babic <sbabic@denx.de>