diff options
author | Matt Porter <mporter@ti.com> | 2013-03-15 10:07:10 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-03-24 12:49:12 -0400 |
commit | ea7b96b6aa06fea40547333e8796f8ea9a856d67 (patch) | |
tree | 5fd81168a1b2bf3040c2ab0d4ea900248aaed136 /board/ti/ti814x/evm.h | |
parent | 6213a68fe8da8be772e12def2302eb2bef85e1c9 (diff) | |
download | u-boot-imx-ea7b96b6aa06fea40547333e8796f8ea9a856d67.zip u-boot-imx-ea7b96b6aa06fea40547333e8796f8ea9a856d67.tar.gz u-boot-imx-ea7b96b6aa06fea40547333e8796f8ea9a856d67.tar.bz2 |
ti814x_evm: add ti814x evm board support
Add TI814X EVM board directory, config file, and MAINTAINERS
entry. Enable build.
Signed-off-by: Matt Porter <mporter@ti.com>
Reviewed-by: Tom Rini <trini@ti.com>
[trini: Adapt to recent omap_hsmmc requirements, Matt re-tested]
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'board/ti/ti814x/evm.h')
-rw-r--r-- | board/ti/ti814x/evm.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/board/ti/ti814x/evm.h b/board/ti/ti814x/evm.h new file mode 100644 index 0000000..40f8710 --- /dev/null +++ b/board/ti/ti814x/evm.h @@ -0,0 +1,7 @@ +#ifndef _EVM_H +#define _EVM_H + +void enable_uart0_pin_mux(void); +void enable_mmc1_pin_mux(void); + +#endif /* _EVM_H */ |