From 4651800d51f7714c7e54c51af52a8ff5ee4461de Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 16 May 2013 13:53:25 +0000 Subject: 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 --- include/image.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/image.h b/include/image.h index 3695c62..8ccc00b 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 -- cgit v1.1