Re: [U-Boot] [PATCH] add example for file on VFAT filesystem usage

2015-02-17 Thread Tom Rini
On Mon, Feb 16, 2015 at 05:59:09AM +0100, Waldemar Brodkorb wrote: > For example on a raspberry pi the u-boot environment can be > saved in a file on the first VFAT partition. > This example illustrates how to use it with fw_printenv/fw_setenv. > > Signed-off-by: Waldemar Brodkorb Applied to u-

[U-Boot] [PATCH] add example for file on VFAT filesystem usage

2015-02-15 Thread Waldemar Brodkorb
For example on a raspberry pi the u-boot environment can be saved in a file on the first VFAT partition. This example illustrates how to use it with fw_printenv/fw_setenv. Signed-off-by: Waldemar Brodkorb --- tools/env/fw_env.config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/en

[U-Boot] [PATCH] add example for file on VFAT filesystem usage

2015-02-12 Thread Waldemar Brodkorb
For example on a raspberry pi the u-boot environment can be saved in a file on the first VFAT partition. This example illustrates how to use it with fw_printenv/fw_setenv. Signed-off-by: Waldemar Brodkorb --- tools/env/fw_env.config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/en