From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Mon, 24 Nov 2014 11:19:36 +0900 Subject: [U-Boot] [PATCH v2 1/2] odroid: Update README with USB host usage In-Reply-To: <1416533190-10662-1-git-send-email-suriyan.r@gmail.com> References: <1416533190-10662-1-git-send-email-suriyan.r@gmail.com> Message-ID: <547295B8.5050702@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 21/11/14 10:26, Suriyan Ramasami wrote: > Add information wrt using the USB host interface for loading kernel over > ethernet and/or usb mass storage. > > Signed-off-by: Suriyan Ramasami > --- > > Changes in v2: > - Make updates to be of use from a user's perspective > Series-changes: 1 > - Add USB host notes for the Odroid > > doc/README.odroid | 169 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 169 insertions(+) > applied to u-boot-samsung. Thanks, Minkyu Kang.