aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/ti/am335x/Makefile.inc
diff options
context:
space:
mode:
authorGabe Black <gabeblack@chromium.org>2013-09-24 01:36:08 -0700
committerMartin Roth <martinroth@google.com>2016-04-10 18:18:07 +0200
commiteee6a7fa28566e1745319d608fcf4667bae57206 (patch)
tree9c6ab79f8baacf1dd92e4a7d2365174022640b8c /src/cpu/ti/am335x/Makefile.inc
parent8f251d9227a76a3f21ba31726adad7b196043e98 (diff)
am335x: Add some code for manipulating GPIOs
Add code for manipulating the GPIOs on the am335x. The API is patterned after the one used for the Exynos SOCs. Change-Id: I275317304bd0682f348f72f1c77ed5613065af3f Signed-off-by: Gabe Black <gabeblack@chromium.org> Reviewed-on: https://review.coreboot.org/3942 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/cpu/ti/am335x/Makefile.inc')
-rw-r--r--src/cpu/ti/am335x/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/ti/am335x/Makefile.inc b/src/cpu/ti/am335x/Makefile.inc
index f07564eaf5..3bfb0fe964 100644
--- a/src/cpu/ti/am335x/Makefile.inc
+++ b/src/cpu/ti/am335x/Makefile.inc
@@ -1,6 +1,7 @@
bootblock-y += bootblock.c
bootblock-y += bootblock_media.c
bootblock-y += dmtimer.c
+bootblock-y += gpio.c
bootblock-y += pinmux.c
romstage-y += nand.c