diff options
author | Steven Miao <realmz6@gmail.com> | 2013-10-23 14:44:09 +0800 |
---|---|---|
committer | Sonic Zhang <sonic.zhang@analog.com> | 2013-11-04 16:50:46 +0800 |
commit | cae4d0403c0863176f228d410d6a29b3f4b9d595 (patch) | |
tree | dee074ffc6a5e9d7817990ff333ce7b9191d454c /arch/blackfin/cpu/Makefile | |
parent | 84682854b61008ffa0757fb33551320e94d49881 (diff) | |
download | u-boot-imx-cae4d0403c0863176f228d410d6a29b3f4b9d595.zip u-boot-imx-cae4d0403c0863176f228d410d6a29b3f4b9d595.tar.gz u-boot-imx-cae4d0403c0863176f228d410d6a29b3f4b9d595.tar.bz2 |
blackfin: Move machine specific gpio_port_t structure back to blackfin arch folder.
The gpio register mappings are different among blackfin processors.
Signed-off-by: Steven Miao <realmz6@gmail.com>
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Diffstat (limited to 'arch/blackfin/cpu/Makefile')
-rw-r--r-- | arch/blackfin/cpu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/cpu/Makefile b/arch/blackfin/cpu/Makefile index 1421cb2..929fc8b 100644 --- a/arch/blackfin/cpu/Makefile +++ b/arch/blackfin/cpu/Makefile @@ -18,7 +18,7 @@ CEXTRA := initcode.o SEXTRA := start.o SOBJS := interrupt.o cache.o COBJS-y += cpu.o -COBJS-$(CONFIG_ADI_GPIO1) += gpio.o +COBJS-y += gpio.o COBJS-y += interrupts.o COBJS-$(CONFIG_JTAG_CONSOLE) += jtag-console.o COBJS-y += os_log.o |