plat(fvp): use generic image fetching functions
Some generic functions have been provided for fetching prebuilt images -
use these for FVP runs.
Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>
Change-Id: I785890c9b0370279230dfd6f71a54bcdc0ebc9c3
diff --git a/run_config/fvp-linux b/run_config/fvp-linux
index 9c5f8bf..dd4391b 100644
--- a/run_config/fvp-linux
+++ b/run_config/fvp-linux
@@ -6,8 +6,8 @@
#
fetch_tf_resource() {
- kernel_type="fvp-busybox-uboot" get_kernel
- initrd_type="default" get_initrd
+ image="kernel" type="fvp-busybox-uboot" get_boot_image
+ image="initrd" type="default" get_boot_image
}
generate_lava_job_template() {