diff mbox

[U-Boot,2/2] ARM: Panda: Add flag to allow runtime enviroment varibale mods

Message ID 1366302594-16334-2-git-send-email-dmurphy@ti.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Dan Murphy April 18, 2013, 4:29 p.m. UTC
Add the flag to allow runtime enviroment variable modifications.
This is being added so that the board-name can be modified at runtime
to indicate either a panda(4430) or a panda-es(4460)

Signed-off-by: Dan Murphy <dmurphy@ti.com>
---
 include/configs/omap4_panda.h |    2 ++
 1 file changed, 2 insertions(+)

Comments

Dan Murphy April 19, 2013, 3:22 p.m. UTC | #1
+ Sricharan
On 04/18/2013 11:29 AM, Dan Murphy wrote:
> Add the flag to allow runtime enviroment variable modifications.
> This is being added so that the board-name can be modified at runtime
> to indicate either a panda(4430) or a panda-es(4460)
>
> Signed-off-by: Dan Murphy <dmurphy@ti.com>
> ---
>  include/configs/omap4_panda.h |    2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/include/configs/omap4_panda.h b/include/configs/omap4_panda.h
> index eacb5f5..abf586b 100644
> --- a/include/configs/omap4_panda.h
> +++ b/include/configs/omap4_panda.h
> @@ -66,4 +66,6 @@
>  
>  #define CONFIG_SYS_PROMPT		"Panda # "
>  
> +#define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
> +
>  #endif /* __CONFIG_PANDA_H */
Dan Murphy April 26, 2013, 11:57 a.m. UTC | #2
Bump
On 04/19/2013 10:22 AM, Dan Murphy wrote:
> + Sricharan
> On 04/18/2013 11:29 AM, Dan Murphy wrote:
>> Add the flag to allow runtime enviroment variable modifications.
>> This is being added so that the board-name can be modified at runtime
>> to indicate either a panda(4430) or a panda-es(4460)
>>
>> Signed-off-by: Dan Murphy <dmurphy@ti.com>
>> ---
>>  include/configs/omap4_panda.h |    2 ++
>>  1 file changed, 2 insertions(+)
>>
>> diff --git a/include/configs/omap4_panda.h b/include/configs/omap4_panda.h
>> index eacb5f5..abf586b 100644
>> --- a/include/configs/omap4_panda.h
>> +++ b/include/configs/omap4_panda.h
>> @@ -66,4 +66,6 @@
>>  
>>  #define CONFIG_SYS_PROMPT		"Panda # "
>>  
>> +#define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
>> +
>>  #endif /* __CONFIG_PANDA_H */
diff mbox

Patch

diff --git a/include/configs/omap4_panda.h b/include/configs/omap4_panda.h
index eacb5f5..abf586b 100644
--- a/include/configs/omap4_panda.h
+++ b/include/configs/omap4_panda.h
@@ -66,4 +66,6 @@ 
 
 #define CONFIG_SYS_PROMPT		"Panda # "
 
+#define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
+
 #endif /* __CONFIG_PANDA_H */