Re: [U-Boot] [PATCH v3 18/30] sunxi: Add uENV partition on gpt partition table

2018-01-30 Thread Maxime Ripard
On Mon, Jan 29, 2018 at 02:01:49PM +0530, Jagan Teki wrote: > On Mon, Jan 29, 2018 at 1:33 PM, Maxime Ripard > wrote: > > On Sun, Jan 28, 2018 at 09:49:39PM +0530, Jagan Teki wrote: > >> Insert 128KiB uENV partition after loader2 on gpt partition table. > >> > >>

Re: [U-Boot] [PATCH v3 18/30] sunxi: Add uENV partition on gpt partition table

2018-01-29 Thread Jagan Teki
On Mon, Jan 29, 2018 at 1:33 PM, Maxime Ripard wrote: > On Sun, Jan 28, 2018 at 09:49:39PM +0530, Jagan Teki wrote: >> Insert 128KiB uENV partition after loader2 on gpt partition table. >> >> Signed-off-by: Jagan Teki > > What is the

Re: [U-Boot] [PATCH v3 18/30] sunxi: Add uENV partition on gpt partition table

2018-01-29 Thread Maxime Ripard
On Sun, Jan 28, 2018 at 09:49:39PM +0530, Jagan Teki wrote: > Insert 128KiB uENV partition after loader2 on gpt partition table. > > Signed-off-by: Jagan Teki What is the point of this partition? If it is to store the environment, it was discussed to add it into the

[U-Boot] [PATCH v3 18/30] sunxi: Add uENV partition on gpt partition table

2018-01-28 Thread Jagan Teki
Insert 128KiB uENV partition after loader2 on gpt partition table. Signed-off-by: Jagan Teki --- include/configs/sunxi-common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h index 687c7a3..4f3170d