diff options
author | Tom Rini <trini@ti.com> | 2013-11-04 09:28:08 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-11-04 09:28:08 -0500 |
commit | c0bb110b695130866838518e680bdd5473e47928 (patch) | |
tree | 590563a50a027ad53867b2144e763de02427db59 /arch/blackfin/cpu/Makefile | |
parent | ae12c751e5532904090c23f079e4b59160caef52 (diff) | |
parent | cae4d0403c0863176f228d410d6a29b3f4b9d595 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-blackfin
Easy to resolve conflict on the GPIO change.
Conflicts:
arch/blackfin/cpu/Makefile
Signed-off-by: Tom Rini <trini@ti.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 9bf544d800..243dc22a0c 100644 --- a/arch/blackfin/cpu/Makefile +++ b/arch/blackfin/cpu/Makefile @@ -14,7 +14,7 @@ extra-y += initcode.o extra-y += start.o obj-y := interrupt.o cache.o obj-y += cpu.o -obj-$(CONFIG_ADI_GPIO1) += gpio.o +obj-y += gpio.o obj-y += interrupts.o obj-$(CONFIG_JTAG_CONSOLE) += jtag-console.o obj-y += os_log.o |