diff options
| author | Simon Glass <sjg@chromium.org> | 2013-05-16 13:53:22 +0000 | 
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2013-06-04 16:06:31 -0400 | 
| commit | a51ec63b85edbc6f8987069d0a60eec09d4f35c8 (patch) | |
| tree | 364d706b98d3a65ba484611ff0c14d38ab0e822c /include | |
| parent | 782cfbb25900797651be8876e834da1d12e0c68d (diff) | |
| download | olio-uboot-2014.01-a51ec63b85edbc6f8987069d0a60eec09d4f35c8.tar.xz olio-uboot-2014.01-a51ec63b85edbc6f8987069d0a60eec09d4f35c8.zip | |
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 <sjg@chromium.org>
Diffstat (limited to 'include')
| -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 5b1e98f0e..28a14700d 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);  /** |