summaryrefslogtreecommitdiffstats
path: root/include/env_callback.h
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2012-12-11 22:16:29 -0600
committerTom Rini <trini@ti.com>2012-12-13 11:46:56 -0700
commit849d5d9cda0e7c94797874d842e9b132ec45a565 (patch)
tree8de27e77e039a17b169a9fa080a09c9f5d0a8a06 /include/env_callback.h
parent1cf0a8b2fbe38ed07b1babaaacfc22bd427f66f0 (diff)
downloadblackbird-obmc-uboot-849d5d9cda0e7c94797874d842e9b132ec45a565.tar.gz
blackbird-obmc-uboot-849d5d9cda0e7c94797874d842e9b132ec45a565.zip
env: Add a console env handler
Remove the hard-coded console handler and use a callback instead Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'include/env_callback.h')
-rw-r--r--include/env_callback.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/env_callback.h b/include/env_callback.h
index bb398ec574..9d2d2c9bf6 100644
--- a/include/env_callback.h
+++ b/include/env_callback.h
@@ -42,6 +42,7 @@
"baudrate:baudrate," \
"bootfile:bootfile," \
"loadaddr:loadaddr," \
+ "stdin:console,stdout:console,stderr:console," \
CONFIG_ENV_CALLBACK_LIST_STATIC
struct env_clbk_tbl {
OpenPOWER on IntegriCloud