diff options
| author | Simon Glass <sjg@chromium.org> | 2013-05-16 13:53:25 +0000 | 
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2013-06-04 16:06:31 -0400 | 
| commit | 4651800d51f7714c7e54c51af52a8ff5ee4461de (patch) | |
| tree | 585d7ffcde9af19eb944470d6f8436817de13f18 /include/image.h | |
| parent | aed161e5fe86e75e732f22ba1f82711d8d257c5a (diff) | |
| download | olio-uboot-2014.01-4651800d51f7714c7e54c51af52a8ff5ee4461de.tar.xz olio-uboot-2014.01-4651800d51f7714c7e54c51af52a8ff5ee4461de.zip | |
image: Use fit_image_load() to load kernel
Use the new common code to load a kernel. The functionality should not
change.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/image.h')
| -rw-r--r-- | include/image.h | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/include/image.h b/include/image.h index 3695c6202..8ccc00b76 100644 --- a/include/image.h +++ b/include/image.h @@ -777,7 +777,6 @@ int fit_check_format(const void *fit);  int fit_conf_find_compat(const void *fit, const void *fdt);  int fit_conf_get_node(const void *fit, const char *conf_uname); -int fit_conf_get_kernel_node(const void *fit, int noffset);  /**   * fit_conf_get_prop_node() - Get node refered to by a configuration |