From: Lokesh Vutla <lokeshvutla@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] ARM: omap4_panda: enable saveenv command
Date: Mon, 23 Mar 2015 09:54:02 +0530 [thread overview]
Message-ID: <550F9562.3000205@ti.com> (raw)
In-Reply-To: <1426672307-5452-1-git-send-email-maxin.john@enea.com>
On Wednesday 18 March 2015 03:21 PM, Maxin B. John wrote:
> Enable saveenv command and the configs to store environment
> persistently in the SD card.
>
> Tested on OMAP4 Panda (OMAP4460 ES1.1)
Looks good to me.
Acked-by: Lokesh Vutla <lokeshvutla@ti.com>
Thanks and regards,
Lokesh
>
> Signed-off-by: Maxin B. John <maxin.john@enea.com>
> ---
> include/configs/omap4_panda.h | 7 ++++++-
> 1 file changed, 6 insertions(+), 1 deletion(-)
>
> diff --git a/include/configs/omap4_panda.h b/include/configs/omap4_panda.h
> index 7378acd..e97c5e3 100644
> --- a/include/configs/omap4_panda.h
> +++ b/include/configs/omap4_panda.h
> @@ -43,8 +43,13 @@
> #define CONFIG_CMD_GPIO
>
> /* ENV related config options */
> -#define CONFIG_ENV_IS_NOWHERE
>
> #define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
> +#define CONFIG_ENV_IS_IN_FAT
> +#define FAT_ENV_INTERFACE "mmc"
> +#define FAT_ENV_DEVICE_AND_PART "0:1"
> +#define FAT_ENV_FILE "uboot.env"
> +#define CONFIG_CMD_SAVEENV
> +#define CONFIG_ENV_OVERWRITE
>
> #endif /* __CONFIG_PANDA_H */
>
next prev parent reply other threads:[~2015-03-23 4:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-18 9:51 [U-Boot] [PATCH] ARM: omap4_panda: enable saveenv command Maxin B. John
2015-03-23 4:24 ` Lokesh Vutla [this message]
2015-03-28 18:09 ` [U-Boot] " Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=550F9562.3000205@ti.com \
--to=lokeshvutla@ti.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.