diff options
author | Gabe Black <gabeblack@chromium.org> | 2013-06-17 01:17:55 -0700 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2013-06-17 22:05:35 +0200 |
commit | 5acc76cd3e097e86768c2addc0963ea521f19a49 (patch) | |
tree | 562d16b32be6a6840c5ce7b6a8538c0a0f9540b6 /src/cpu/ti/am335x/Makefile.inc | |
parent | 56892fc475d61a5e6bfb912098dca8975ecf9b94 (diff) |
am335x: Add pinmux support based on the functions in U-Boot
I was unable to find documentation that said what mode numbers correspond
to what functionality, so I translated over what U-Boot does.
Change-Id: I34fab0f024fa2322d6bb66106aed75224e67354d
Signed-off-by: Gabe Black <gabeblack@chromium.org>
Reviewed-on: http://review.coreboot.org/3489
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/cpu/ti/am335x/Makefile.inc')
-rw-r--r-- | src/cpu/ti/am335x/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/ti/am335x/Makefile.inc b/src/cpu/ti/am335x/Makefile.inc index 9279c6947b..e1220faa41 100644 --- a/src/cpu/ti/am335x/Makefile.inc +++ b/src/cpu/ti/am335x/Makefile.inc @@ -1,5 +1,6 @@ bootblock-y += dmtimer.c bootblock-y += nand.c +bootblock-y += pinmux.c bootblock-$(CONFIG_EARLY_CONSOLE) += uart.c romstage-y += nand.c |