From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guillaume Gardet Date: Thu, 21 Aug 2014 13:46:01 +0200 Subject: [U-Boot] [RFC] Replace {fat, ext2}load by load in default env settings Message-ID: <53F5DBF9.5020808@free.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, I would like to replace 'fatload' and 'ext2load' commands by 'load' command in default env settings such as loadbootscript, loaduimage, etc. for all boards. That way, the load commands are independent from the filesystem used. Is there any objection? If everyone is ok, I could submit a patch. Guillaume