commit | 0f64140b69ecf18f488164739374ca13aa0a5517 | [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 | 68dc8769e3994b7dc8b53491c3f9cbd1172260e0 [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>