]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00216001 MX6 Kernel : Fix a typo when defining "IO_ADDRESS" macro
authorEric Sun <jian.sun@freescale.com>
Fri, 6 Jul 2012 09:40:34 +0000 (17:40 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:34:58 +0000 (08:34 +0200)
commit096538efb1f9b26ab18ee76114b92f6629ff13d5
tree5cbc3dc62ffceafb114318d860ac1b7e058238ac
parent53e22bf93e8371c0cf7bb2670443ee5def1e8a80
ENGR00216001 MX6 Kernel : Fix a typo when defining "IO_ADDRESS" macro

When defining macro "IO_ADDRESS", the address is checked against PERIPH
address.
     ((x) <= (unsigned long)(ARM_PERIPHBASE + ARM_PERIPHBASE)) ...
The second "ARM_PERIPHBASE" is obviously a typo, should changed to
ARM_PERIPHBASE_SIZE

Signed-off-by: Eric Sun <jian.sun@freescale.com>
Signed-off-by: Garg Nitin <b37173@freescale.com>
arch/arm/plat-mxc/include/mach/mx6.h