From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Tue, 30 May 2017 21:50:30 -0600 Subject: [U-Boot] [PATCH 03/11] am437x: board: do not register usb devices when CONFIG_DM_USB is defined In-Reply-To: <20170523115546.399-4-vigneshr@ti.com> References: <20170523115546.399-1-vigneshr@ti.com> <20170523115546.399-4-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. I suggest s/define/enabled/ Reviewed-by: Simon Glass