summaryrefslogtreecommitdiffstats
path: root/include/env_callback.h
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2012-12-11 22:16:28 -0600
committerTom Rini <trini@ti.com>2012-12-13 11:46:56 -0700
commit1cf0a8b2fbe38ed07b1babaaacfc22bd427f66f0 (patch)
tree05392b808a9eb3ad930beabc44e4c99057a898e2 /include/env_callback.h
parent32057717e06a4e703fdf3774671cea14554de76b (diff)
downloadblackbird-obmc-uboot-1cf0a8b2fbe38ed07b1babaaacfc22bd427f66f0.tar.gz
blackbird-obmc-uboot-1cf0a8b2fbe38ed07b1babaaacfc22bd427f66f0.zip
env: Add a loadaddr env handler
Remove the hard-coded loadaddr 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 2f5048fa49..bb398ec574 100644
--- a/include/env_callback.h
+++ b/include/env_callback.h
@@ -41,6 +41,7 @@
#define ENV_CALLBACK_LIST_STATIC ENV_CALLBACK_VAR ":callbacks," \
"baudrate:baudrate," \
"bootfile:bootfile," \
+ "loadaddr:loadaddr," \
CONFIG_ENV_CALLBACK_LIST_STATIC
struct env_clbk_tbl {
OpenPOWER on IntegriCloud