Hi Peng, On 8 October 2016 at 03:06, Peng Fan <[email protected]> wrote: > Add Kconfig entry for ENV storage > > Signed-off-by: Peng Fan <[email protected]> > Cc: Simon Glass <[email protected]> > Cc: Heiko Schocher <[email protected]> > Cc: Tom Rini <[email protected]> > Cc: Masahiro Yamada <[email protected]> > Cc: Stefan Roese <[email protected]> > Cc: Siva Durga Prasad Paladugu <[email protected]> > Cc: Francois Retief <[email protected]> > --- > common/Kconfig | 73 > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 73 insertions(+) > > diff --git a/common/Kconfig b/common/Kconfig > index c69c141..a630924 100644 > --- a/common/Kconfig > +++ b/common/Kconfig > @@ -158,6 +158,79 @@ config SPI_BOOT > > endmenu > > +menu "ENV storage media" > + > +config ENV_IS_IN_DATAFLASH > + bool "env stored in dataflash" > + help > + env stored in dataflash
Can you add a little more help detail on this? Also I suspect we should have CONFIG_ENV as well, to enable the actual environment (independent of where it is stored). Also, can you migrate the existing configs with moveconfig? That would be a big step forward and may inspire me to move it to linker lists. Regards, Simon _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

