env: Add a bootfile env handler
[oweals/u-boot.git] / include / env_callback.h
index 5a460f3532e68ed9ce243387e886358f45689ad9..bce01362cefba131a9327e1fb37e9fad578d7917 100644 (file)
@@ -39,6 +39,7 @@
  * a new association in the ".callbacks" environment variable.
  */
 #define ENV_CALLBACK_LIST_STATIC ENV_CALLBACK_VAR ":callbacks," \
+       "bootfile:bootfile," \
        CONFIG_ENV_CALLBACK_LIST_STATIC
 
 struct env_clbk_tbl {