From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 27 Nov 2015 11:36:44 +0100 Subject: [U-Boot] [PATCH v2] arm: socfpga: Enable load zImage and Linux DTB from USB In-Reply-To: <1448591802-2234-1-git-send-email-clsee@altera.com> References: <1448591802-2234-1-git-send-email-clsee@altera.com> Message-ID: <201511271136.44495.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Friday, November 27, 2015 at 03:36:42 AM, Chin Liang See wrote: > Adding new environment usbload which will load zImage and > Linux DTB from USB mass storage through FAT file system. > > Signed-off-by: Chin Liang See > Cc: Dinh Nguyen > Cc: Dinh Nguyen > Cc: Pavel Machek > Cc: Marek Vasut > Cc: Stefan Roese > --- > Changes for v2 > - Using load command instead of fatload The distro_bootcmd can do this and even let's you boot debian/fedora on such a machine in a standardized way. Should we switch to distro_bootcmd instead of adding new ad-hoc stuff ? Best regards, Marek Vasut