Re: [U-Boot] [PATCH] env: add support to sunxi save env to spi

2019-04-11 Thread Jagan Teki
On Mon, Mar 18, 2019 at 12:19 AM Oskari Lemmela wrote: > > CONFIG_ENV_SECT_SIZE value is defined via Kconfig. > Would be great if we have a detailed information flash layout, so-that we can find where will env resides. ___ U-Boot mailing list U-Boot@lis

Re: [U-Boot] [PATCH] env: add support to sunxi save env to spi

2019-03-22 Thread Paul Kocialkowski
Hi, Le dimanche 17 mars 2019 à 20:49 +0200, Oskari Lemmela a écrit : > CONFIG_ENV_SECT_SIZE value is defined via Kconfig. > > Signed-off-by: Oskari Lemmela Looks good to me! Reviewed-by: Paul Kocialkowski Cheers, Paul > --- > env/Kconfig | 4 ++-- > 1 file changed, 2 insertions(+), 2 dele

[U-Boot] [PATCH] env: add support to sunxi save env to spi

2019-03-17 Thread Oskari Lemmela
CONFIG_ENV_SECT_SIZE value is defined via Kconfig. Signed-off-by: Oskari Lemmela --- env/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/env/Kconfig b/env/Kconfig index c22cbbdadc..e1070187f2 100644 --- a/env/Kconfig +++ b/env/Kconfig @@ -456,9 +456,9 @@ config EN