mirror of
https://xff.cz/git/u-boot/
synced 2025-09-28 05:51:17 +02:00
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>
This commit is contained in:
@@ -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);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user