From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dinh Nguyen Date: Tue, 15 Sep 2015 16:48:53 -0500 Subject: [U-Boot] [PATCH] ARM: socfpga: Enable saveenv for SD/MMC In-Reply-To: <201509152222.33768.marex@denx.de> References: <1442346443-22613-1-git-send-email-dinguyen@opensource.altera.com> <201509152222.33768.marex@denx.de> Message-ID: <55F89245.5040500@opensource.altera.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 09/15/2015 03:22 PM, Marek Vasut wrote: > On Tuesday, September 15, 2015 at 09:47:23 PM, dinguyen at opensource.altera.com > wrote: >> From: Dinh Nguyen >> >> Enable the able to save the environment variables when SD/MMC is used. >> >> Signed-off-by: Dinh Nguyen > > Hi, > > this should be done per-board, so I'd suggest the following: > 1) Rename include/configs/socfpga_cyclone5.h to socfpga_cyclone5_socdk.h > (to make it in-line with the naming in boards/altera/ , sorry, I forgot > about this bit :( You'd also have to fix the MAINTAINERS file to match > the adjusted filename). > 2) Rename socfpga_arria5.h to socfpga_arria5_socdk.h > 3) Enable this for both boards in socfpga_*_socdk.h > > Can you do that please ? > Yes, I can do that. Dinh