summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/samsung/tizen_amlogic.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/samsung/tizen_amlogic.h b/include/samsung/tizen_amlogic.h
index d651e8efbd..8666425fd2 100644
--- a/include/samsung/tizen_amlogic.h
+++ b/include/samsung/tizen_amlogic.h
@@ -41,7 +41,8 @@
"system-data part 0 3;" \
"user part 0 5;" \
"module part 0 6;" \
- "ramdisk.img part 0 7\0"
+ "ramdisk.img part 0 7;" \
+ "ramdisk-recovery.img part 0 8\0"
/* For eMMC */
#define DFU_ALT_SYSTEM \
@@ -66,7 +67,8 @@
"system-data part 1 3;" \
"user part 1 5;" \
"module part 1 6;" \
- "ramdisk.img part 1 7\0"
+ "ramdisk.img part 1 7;" \
+ "ramdisk-recovery.img part 1 8\0"
#define DFU_ALT_BOOT_EMMC_ODROID_N2 "u-boot.bin raw 0x1 0x850;" \