From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Tue, 30 May 2017 21:50:21 -0600 Subject: [U-Boot] [PATCH 04/11] omap5/am57xx/dra7xx: board: do not register usb devices when CONFIG_DM_USB is defined In-Reply-To: <20170523115546.399-5-vigneshr@ti.com> References: <20170523115546.399-1-vigneshr@ti.com> <20170523115546.399-5-vigneshr@ti.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 23 May 2017 at 05:55, Vignesh R wrote: > From: Mugunthan V N > > Do not register usb devices when CONFIG_DM_USB is define. > > Signed-off-by: Mugunthan V N > Signed-off-by: Vignesh R > --- > board/ti/am57xx/board.c | 2 +- > board/ti/dra7xx/evm.c | 2 +- > board/ti/omap5_uevm/evm.c | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) Reviewed-by: Simon Glass