commit | e4d34492017c95e4041ea0c581e1ab8d1d49381b | [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 | 9d69e33d8d0f112fe3a089101d023e87431684d1 [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>