ARM OMAP : Correct Invalid Timer Register Field Declaration in omap1510.h & omap730.h
authorGururaja Hebbar K R <gururajakr@sanyo.co.in>
Fri, 12 Sep 2008 00:20:40 +0000 (02:20 +0200)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Fri, 12 Sep 2008 00:20:40 +0000 (02:20 +0200)
commitb23253835f871cd9bd8e955b9a971d18a7d4ff56
tree6cb9223841a5160d7e3b4432578e0c764d54a553
parentc455d07396dddc9864fd8dbb965ee10fe95ce8cf
ARM OMAP : Correct Invalid Timer Register Field Declaration in omap1510.h & omap730.h

- Correct Invalid #define of MPUTIM_PTV_MASK for
   omap1510 & omap730 register definition

 MPUTIM_PTV_MASK is defined as
 #define MPUTIM_PTV_MASK (0x7<<PTV_BIT)

 while it should have been
 #define MPUTIM_PTV_MASK (0x7<<MPUTIM_PTV_BIT)

- Below Patch corrects the same

Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
include/configs/omap1510.h
include/configs/omap730.h