commit | af7b0de724154554ed7ec59e734711f05cc16f35 | [log] [tgz] |
---|---|---|
author | Bryan Wu <cooloney@gmail.com> | Thu Jul 31 17:39:58 2014 -0700 |
committer | Tom Rini <trini@ti.com> | Sat Aug 09 11:18:47 2014 -0400 |
tree | 893dcb7e712e006652e97515bdd161e9a6f60675 | |
parent | a9ce4aefd267aaa4a44faea65eff38faef6b8647 [diff] |
image: introduce genimg_get_kernel_addr() Kernel address is normally stored as a string argument of bootm or bootz. This function is taken out from boot_get_kernel() of bootm.c, which can be reused by others. Signed-off-by: Bryan Wu <pengw@nvidia.com> [trini: Fix warnings with CONFIG_FIT] Signed-off-by: Tom Rini <trini@ti.com>