RPi3 has the names of different file with other exynos boards.
Add the update_image_names for rpi3.
Change-Id: I133f8eb65279629b912aab3715101b46cbf16b4d
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
struct list_head list;
};
+#ifdef CONFIG_TARGET_RPI_3
+static char *g_update_image_names[] = {
+ "boot.img",
+ "rootfs.img",
+ "system-data.img",
+ "user.img",
+ "modules.img",
+ "ramdisk.img",
+ "ramdisk-recovery.img"
+};
+#else
static char *g_update_image_names[] = {
"bl1.bin",
"bl2.bin",
"modules.img",
"ramdisk.img"
};
+#endif
#if defined(CONFIG_CMD_USB) && defined(CONFIG_USB_HOST_ETHER)
extern char usb_started;