diff options
author | Stefan Roese <sr@denx.de> | 2006-08-15 14:22:35 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2006-08-15 14:22:35 +0200 |
commit | 899620c2d66d4eef3b2a0034d062e71d45d886c9 (patch) | |
tree | 5e99c4d42663193423bab1bc17308426c171cc56 /include/ppc440.h | |
parent | f0ff4692ff3372dec55074a8eb444943ab095abb (diff) | |
download | u-boot-imx-899620c2d66d4eef3b2a0034d062e71d45d886c9.zip u-boot-imx-899620c2d66d4eef3b2a0034d062e71d45d886c9.tar.gz u-boot-imx-899620c2d66d4eef3b2a0034d062e71d45d886c9.tar.bz2 |
Add initial support for the ALPR board from Prodrive
NAND needs some additional testing
Patch by Heiko Schocher, 15 Aug 2006
Diffstat (limited to 'include/ppc440.h')
-rw-r--r-- | include/ppc440.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ppc440.h b/include/ppc440.h index d5a9f66..b81e34d 100644 --- a/include/ppc440.h +++ b/include/ppc440.h @@ -2631,7 +2631,7 @@ #define GPIO0 0 #define GPIO1 1 -#if defined(CONFIG_440GP) +#if defined(CONFIG_440GP) || defined(CONFIG_440GX) #define GPIO0_BASE (CFG_PERIPHERAL_BASE+0x00000700) #define GPIO0_OR (GPIO0_BASE+0x0) |