From a51ec63b85edbc6f8987069d0a60eec09d4f35c8 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 16 May 2013 13:53:22 +0000 Subject: image: Use fit_image_load() to load ramdisk Use the new common code to load a ramdisk. 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 5b1e98f0edb..28a14700d7a 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); -int fit_conf_get_ramdisk_node(const void *fit, int noffset); int fit_conf_get_fdt_node(const void *fit, int noffset); /** -- cgit v1.2.3