]> Git Repo - J-u-boot.git/commit - env/Kconfig
env: add absolute path at CONFIG_ENV_EXT4_FILE
authorPatrick Delaunay <[email protected]>
Tue, 28 Jul 2020 09:51:14 +0000 (11:51 +0200)
committerTom Rini <[email protected]>
Fri, 31 Jul 2020 14:13:00 +0000 (10:13 -0400)
commit87dac740122304dd196d090ab38edd1299130880
tree43a28223b16d10e9d1169fb47c74596ba75410b8
parent879369ea92b97639c69b70829dbbce6d1aabb14c
env: add absolute path at CONFIG_ENV_EXT4_FILE

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 <[email protected]>
Signed-off-by: Patrick Delaunay <[email protected]>
env/Kconfig
This page took 0.033223 seconds and 4 git commands to generate.