diff options
author | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-03-24 17:52:22 +0100 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-03-24 17:52:22 +0100 |
commit | b6379e15a70cc2e22486e5962927d9de374d877b (patch) | |
tree | ce5c97f3754c29fa5d69a2da9b651ed59e876189 /board/ti/ti814x/evm.h | |
parent | 536121328eae940458f065608345b5fed8286859 (diff) | |
parent | 173ddc5b68fa41e55293d1095cafdc21fd11cf65 (diff) | |
download | u-boot-b6379e15a70cc2e22486e5962927d9de374d877b.tar.gz |
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
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 0000000000..40f8710c89 --- /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 */ |