Re: [PATCH v4 01/14] env: add absolute path at CONFIG_ENV_EXT4_FILE

2020-07-31 Thread Tom Rini
On Tue, Jul 28, 2020 at 11:51:14AM +0200, Patrick Delaunay wrote: > Add the absolute path to the default value of > CONFIG_ENV_EXT4_FILE = "/uboot.env". > > This patch avoid the error : > Saving Environment to EXT4... File System is consistent > Please supply Absolute path > > Reviewed-by: T

[PATCH v4 01/14] env: add absolute path at CONFIG_ENV_EXT4_FILE

2020-07-28 Thread Patrick Delaunay
Add the absolute path to the default value of CONFIG_ENV_EXT4_FILE = "/uboot.env". This patch avoid the error : Saving Environment to EXT4... File System is consistent Please supply Absolute path Reviewed-by: Tom Rini Signed-off-by: Patrick Delaunay --- For information, it is the value use