diff options
author | Nishanth Menon <nm@ti.com> | 2016-02-24 12:30:56 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-03-14 19:18:34 -0400 |
commit | 5f8bb93b23199b7592c183123d971ef761999e63 (patch) | |
tree | 890fd802f496a66d337c1ba929d5dd103cc2e6d6 /board/ti/am43xx/mux.c | |
parent | 770e68c0a37fded897d4bdda661614fc81cb33d2 (diff) |
ti: AM437x: Use generic EEPROM detection logic
Now that we have a generic TI eeprom logic which can be reused across
platforms, reuse the same.
This revision also includes fixes identified by Dave Gerlach
<d-gerlach@ti.com>
Cc: Dave Gerlach <d-gerlach@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Steven Kipisz <s-kipisz2@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/ti/am43xx/mux.c')
-rw-r--r-- | board/ti/am43xx/mux.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/ti/am43xx/mux.c b/board/ti/am43xx/mux.c index 510477dad9..e03b1bcfaa 100644 --- a/board/ti/am43xx/mux.c +++ b/board/ti/am43xx/mux.c @@ -9,6 +9,7 @@ #include <common.h> #include <asm/arch/sys_proto.h> #include <asm/arch/mux.h> +#include "../common/board_detect.h" #include "board.h" static struct module_pin_mux rmii1_pin_mux[] = { |