diff options
author | Shaohui Xie <Shaohui.Xie@nxp.com> | 2016-09-07 17:56:07 +0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-09-14 14:09:50 -0700 |
commit | 9578c4273d4b9d24403bf4e03d7729f381527cd8 (patch) | |
tree | 905d7224216b94ac65a97f0ab872e7067ed8fe0f /include/exports.h | |
parent | 2f0dcf2dfaca94b7a178b80ef43926f90ff1054c (diff) | |
download | u-boot-9578c4273d4b9d24403bf4e03d7729f381527cd8.tar.gz |
Export memset for standalone AQ FW load apps
The 'commit 95279315076c ("board/ls2085rdb: Export functions for
standalone AQ FW load apps")' mentioned memset was exported but
it was not, this patch exports the memset.
Signed-off-by: Shaohui Xie <Shaohui.Xie@nxp.com>
Signed-off-by: Gong Qianyu <Qianyu.Gong@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/exports.h')
-rw-r--r-- | include/exports.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/exports.h b/include/exports.h index deef8fbec8..1d81bc4b28 100644 --- a/include/exports.h +++ b/include/exports.h @@ -57,7 +57,7 @@ struct jt_funcs { }; -#define XF_VERSION 8 +#define XF_VERSION 9 #if defined(CONFIG_X86) extern gd_t *global_data; |