diff options
author | Gururaja Hebbar K R <gururajakr@sanyo.co.in> | 2008-09-12 02:20:40 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-09-12 02:20:40 +0200 |
commit | b23253835f871cd9bd8e955b9a971d18a7d4ff56 (patch) | |
tree | 6cb9223841a5160d7e3b4432578e0c764d54a553 /blackfin_config.mk | |
parent | c455d07396dddc9864fd8dbb965ee10fe95ce8cf (diff) | |
download | u-boot-imx-b23253835f871cd9bd8e955b9a971d18a7d4ff56.zip u-boot-imx-b23253835f871cd9bd8e955b9a971d18a7d4ff56.tar.gz u-boot-imx-b23253835f871cd9bd8e955b9a971d18a7d4ff56.tar.bz2 |
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>
Diffstat (limited to 'blackfin_config.mk')
0 files changed, 0 insertions, 0 deletions