Re: [U-Boot] [PATCH 3/3] arm: baltos: enable booting from USB

2016-12-01 Thread Tom Rini
On Thu, Dec 01, 2016 at 12:52:18PM +0100, yegorsli...@googlemail.com wrote: > From: Yegor Yefremov > > First of all U-Boot would search for a USB mass storage device > with either uEnv.txt or kernel-fit.itb and boot. > > If USB mass storage device is not available or doesn't provide > these fil

[U-Boot] [PATCH 3/3] arm: baltos: enable booting from USB

2016-12-01 Thread yegorslists
From: Yegor Yefremov First of all U-Boot would search for a USB mass storage device with either uEnv.txt or kernel-fit.itb and boot. If USB mass storage device is not available or doesn't provide these files then MMC will be tried. Signed-off-by: Yegor Yefremov --- include/configs/baltos.h |