diff options
author | Stefan Roese <sr@denx.de> | 2010-09-16 14:30:37 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2010-09-23 09:02:05 +0200 |
commit | 098877628888f28f321b8a61a9b0b982a969e415 (patch) | |
tree | b22d513d7476703f01962fa7384cc4fa69e17898 /board/amcc/taihu | |
parent | b36df561154bdd0a41bb77e09c5575ca2cf48013 (diff) | |
download | u-boot-imx-098877628888f28f321b8a61a9b0b982a969e415.zip u-boot-imx-098877628888f28f321b8a61a9b0b982a969e415.tar.gz u-boot-imx-098877628888f28f321b8a61a9b0b982a969e415.tar.bz2 |
ppc4xx: Move gpio.h to ppc4xx-gpio.h since its ppc4xx specific
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/amcc/taihu')
-rw-r--r-- | board/amcc/taihu/lcd.c | 2 | ||||
-rw-r--r-- | board/amcc/taihu/taihu.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/board/amcc/taihu/lcd.c b/board/amcc/taihu/lcd.c index 9b2afda..15cfcb0 100644 --- a/board/amcc/taihu/lcd.c +++ b/board/amcc/taihu/lcd.c @@ -22,7 +22,7 @@ #include <common.h> #include <command.h> #include <asm/io.h> -#include <asm/gpio.h> +#include <asm/ppc4xx-gpio.h> #define LCD_CMD_ADDR 0x50100002 #define LCD_DATA_ADDR 0x50100003 diff --git a/board/amcc/taihu/taihu.c b/board/amcc/taihu/taihu.c index dd2aba5..87c9403 100644 --- a/board/amcc/taihu/taihu.c +++ b/board/amcc/taihu/taihu.c @@ -29,7 +29,7 @@ #include <asm/io.h> #include <spi.h> #include <netdev.h> -#include <asm/gpio.h> +#include <asm/ppc4xx-gpio.h> extern int lcd_init(void); |