diff options
author | Joe Hershberger <joe.hershberger@ni.com> | 2012-12-11 22:16:29 -0600 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2012-12-13 11:46:56 -0700 |
commit | 849d5d9cda0e7c94797874d842e9b132ec45a565 (patch) | |
tree | 8de27e77e039a17b169a9fa080a09c9f5d0a8a06 /include/env_callback.h | |
parent | 1cf0a8b2fbe38ed07b1babaaacfc22bd427f66f0 (diff) | |
download | u-boot-imx-849d5d9cda0e7c94797874d842e9b132ec45a565.zip u-boot-imx-849d5d9cda0e7c94797874d842e9b132ec45a565.tar.gz u-boot-imx-849d5d9cda0e7c94797874d842e9b132ec45a565.tar.bz2 |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/env_callback.h b/include/env_callback.h index bb398ec..9d2d2c9 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 { |