[PATCH] configs: socfpga: fix building Stratix10 and Agilex

Simon Goldschmidt simon.k.r.goldschmidt at gmail.com
Fri Dec 13 08:57:12 CET 2019


On Fri, Dec 13, 2019 at 1:59 AM Marek Vasut <marex at denx.de> wrote:
>
> On 12/12/19 12:29 PM, simon.k.r.goldschmidt at gmail.com wrote:
> > From: Simon Goldschmidt <simon.k.r.goldschmidt at gmail.com>
> >
> > This fixes a merge error that accidentally left CONFIG_MTD_DEVICE
> > active by removing it from the config file.
> >
> > Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt at gmail.com>
> > ---
> >
> >  include/configs/socfpga_soc64_common.h | 1 -
> >  1 file changed, 1 deletion(-)
> >
> > diff --git a/include/configs/socfpga_soc64_common.h b/include/configs/socfpga_soc64_common.h
> > index 4b27483788..4afadafd35 100644
> > --- a/include/configs/socfpga_soc64_common.h
> > +++ b/include/configs/socfpga_soc64_common.h
> > @@ -62,7 +62,6 @@
> >  /*#define CONFIG_ENV_IS_IN_SPI_FLASH*/
> >
> >  #ifndef CONFIG_SPL_BUILD
> > -#define CONFIG_MTD_DEVICE
> >  #define CONFIG_MTD_PARTITIONS
> >  #define MTDIDS_DEFAULT                       "nor0=ff705000.spi.0"
> >  #endif /* CONFIG_SPL_BUILD */
> >
>
> Applied to socfpga/next, thanks.

OK, thanks. And sorry for the mess.


More information about the U-Boot mailing list