From: Dan Murphy Date: Thu, 18 Apr 2013 06:29:54 +0000 (+0000) Subject: ARM: Panda: Add flag to allow runtime enviroment varibale mods X-Git-Tag: v2013.07-rc1~83^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=584506bee694643214152ed2bec9a99df9a244d6;p=platform%2Fkernel%2Fu-boot.git ARM: Panda: Add flag to allow runtime enviroment varibale mods 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 --- 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 */