[U-Boot] [PATCH] ARM: socfpga: Enable saveenv for SD/MMC
Marek Vasut
marex at denx.de
Wed Sep 16 00:48:19 CEST 2015
On Tuesday, September 15, 2015 at 11:48:53 PM, Dinh Nguyen wrote:
> 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 <dinguyen at opensource.altera.com>
> >>
> >> Enable the able to save the environment variables when SD/MMC is used.
> >>
> >> Signed-off-by: Dinh Nguyen <dinguyen at opensource.altera.com>
> >
> > 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.
Thanks!
btw when doing the rename of the files, use git format-patch -M -C ,
this will only mark the move in the patch, without doing the removal
and insertion of a file, so the diff will be shorter while retaining
all the information.
Best regards,
Marek Vasut
More information about the U-Boot
mailing list