Message ID | 20200625075958.9868-2-patrick.delaunay@st.com |
---|---|
State | Accepted |
Commit | 87dac740122304dd196d090ab38edd1299130880 |
Headers | show |
Series | env: ext4: corrections and add test for env in ext4 | expand |
diff --git a/env/Kconfig b/env/Kconfig index ca7fef682b..9dad1cf8c1 100644 --- a/env/Kconfig +++ b/env/Kconfig @@ -469,7 +469,7 @@ config ENV_EXT4_DEVICE_AND_PART config ENV_EXT4_FILE string "Name of the EXT4 file to use for the environment" depends on ENV_IS_IN_EXT4 - default "uboot.env" + default "/uboot.env" help It's a string of the EXT4 file name. This file use to store the environment (explicit path to the file)