]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
bootm: use genimg_get_kernel_addr()
authorBryan Wu <cooloney@gmail.com>
Fri, 1 Aug 2014 00:40:00 +0000 (17:40 -0700)
committerTom Rini <trini@ti.com>
Sat, 9 Aug 2014 15:26:15 +0000 (11:26 -0400)
commitb3dd64f5d537b41fc52a03e697271774891f4a70
treebcf7086c94feea4c3124a8029392cdc74f2fd01f
parent1fb7d0e61996971757876228ceed74c3a401ffea
bootm: use genimg_get_kernel_addr()

Use the new API which is originally taken out from boot_get_kernel
of bootm.c

Signed-off-by: Bryan Wu <pengw@nvidia.com>
Tested-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
[trini: Fix warnings with CONFIG_FIT]
Signed-off-by: Tom Rini <trini@ti.com>
common/bootm.c