[U-Boot] [U-Boot, PATCHv4] env: enable accessing the environment in an EXT4 partition

Jorge Ramirez jorge.ramirez-ortiz at linaro.org
Mon Dec 4 18:03:18 UTC 2017


On 12/04/2017 04:23 PM, Tom Rini wrote:
> On Mon, Nov 27, 2017 at 08:19:20PM +0100, Jorge Ramirez-Ortiz wrote:
>
>> For example to store the environment in a file named "/uboot.env" in MMC
>> "0", where partition "1" contains the EXT4 filesystem, the following
>> configs should be added to the board's default config:
>>
>>    CONFIG_ENV_IS_IN_EXT4=y
>>    CONFIG_ENV_EXT4_DEVICE_AND_PART="0:1"
>>    CONFIG_ENV_EXT4_FILE="/uboot.env"
>>    CONFIG_ENV_EXT4_INTERFACE="mmc"
>> Reviewed-by: Tom Rini <trini at konsulko.com>
> The code is fine, but you forgot a Signed-off-by line, so NAK without
> one, sorry!
>


ok my fault. will post a new one as part of the patchset for the 
dragonboard820 support


More information about the U-Boot mailing list