projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34f667b
)
ARM: Panda: Add flag to allow runtime enviroment varibale mods
author
Dan Murphy
<dmurphy@ti.com>
Thu, 18 Apr 2013 06:29:54 +0000
(06:29 +0000)
committer
Tom Rini
<trini@ti.com>
Fri, 10 May 2013 12:25:56 +0000
(08:25 -0400)
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
patch
|
blob
|
history
diff --git
a/include/configs/omap4_panda.h
b/include/configs/omap4_panda.h
index eacb5f5c3b7c4722b294193fee4a14a5f9bfc7a4..abf586b872a5b50133dc8a5a66c029785119c2b4 100644
(file)
--- 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 */