mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 11:18:28 +00:00
ea7b96b6aa
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>
7 lines
117 B
C
7 lines
117 B
C
#ifndef _EVM_H
|
|
#define _EVM_H
|
|
|
|
void enable_uart0_pin_mux(void);
|
|
void enable_mmc1_pin_mux(void);
|
|
|
|
#endif /* _EVM_H */
|