]> git.ipfire.org Git - people/ms/u-boot.git/commit
MX51: removed warnings for the mx51evk
authorStefano Babic <sbabic@denx.de>
Fri, 5 Mar 2010 16:54:37 +0000 (17:54 +0100)
committerTom Rix <Tom.Rix@windriver.com>
Sun, 7 Mar 2010 18:36:36 +0000 (12:36 -0600)
commite4d34492017c95e4041ea0c581e1ab8d1d49381b
tree3badc8c1ab6433507c7c9d6993ad7aaacb47bf4f
parent9d69e33d8d0f112fe3a089101d023e87431684d1
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>
board/freescale/mx51evk/mx51evk.c
cpu/arm_cortexa8/mx51/clock.c
cpu/arm_cortexa8/mx51/iomux.c
cpu/arm_cortexa8/mx51/lowlevel_init.S
cpu/arm_cortexa8/mx51/soc.c
cpu/arm_cortexa8/mx51/speed.c
include/asm-arm/arch-mx51/clock.h
include/asm-arm/arch-mx51/imx-regs.h
include/asm-arm/arch-mx51/sys_proto.h [new file with mode: 0644]