Commit 584506bee694643214152ed2bec9a99df9a244d6

Authored by Dan Murphy
Committed by Tom Rini
1 parent 34f667bbc4

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 <dmurphy@ti.com>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

include/configs/omap4_panda.h
... ... @@ -66,5 +66,7 @@
66 66  
67 67 #define CONFIG_SYS_PROMPT "Panda # "
68 68  
  69 +#define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
  70 +
69 71 #endif /* __CONFIG_PANDA_H */