commit | d95e72a54d22f547c31125b419438611eff46f8c | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Fri Dec 07 14:38:33 2018 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 12 12:14:24 2018 -0500 |
tree | 2816652c5bb8d6947562cfa4c2f81d06c8db0650 | |
parent | 813742eb9206dbc2ec3b6fd311b5d1ff8c01d2bd [diff] |
ARM: omap3_logic/omap35_logic: Move to DM_USB The existing config is setup as a gadget but it doesn't use DM_USB. This patch converts all boards to DM_USB, but as host. As host, it is able to mount USB drives and browse them. Signed-off-by: Adam Ford <aford173@gmail.com>