summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLuotao Fu <l.fu@pengutronix.de>2009-07-02 13:00:55 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2009-07-08 12:27:56 +0200
commit50cbe3e0fc8b664b6257e4d13d156bb741b60b08 (patch)
treea0638b1e83b5c3142bc076a6343faec1c8b99aa0 /include
parentf1ed0ae1c6d7ee227fb055f44f007c28cc2cae8d (diff)
downloadbarebox-50cbe3e0fc8b664b6257e4d13d156bb741b60b08.tar.gz
barebox-50cbe3e0fc8b664b6257e4d13d156bb741b60b08.tar.xz
IMX regression: fix GPIO_DR usage
GPIO_DR ist defined already as GPIO_GPIO in imx-regs.h. There's no need to define archdependent GPIO_DR. This one fixes a regression brought in by d5ec92129e1c67ac86e92c22d54bb090fb00d616 Signed-off-by: Luotao Fu <l.fu@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/asm-arm/arch-imx/imx27-regs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-arm/arch-imx/imx27-regs.h b/include/asm-arm/arch-imx/imx27-regs.h
index 7a010f82d1..3af42ae259 100644
--- a/include/asm-arm/arch-imx/imx27-regs.h
+++ b/include/asm-arm/arch-imx/imx27-regs.h
@@ -299,6 +299,4 @@
#define IMX_CS4_BASE 0xD4000000
#define IMX_CS5_BASE 0xD6000000
-#define GPIO_DR 0x1C
-
#endif /* _IMX27_REGS_H */