diff options
author | Jaehoon Chung <jh80.chung@samsung.com> | 2020-11-11 09:33:03 +0900 |
---|---|---|
committer | Jaehoon Chung <jh80.chung@samsung.com> | 2023-10-17 13:19:25 +0900 |
commit | c19790792acb290c2db888fa66aa2232ed3b7d57 (patch) | |
tree | 05e56d44bc5a51fe505ff194383060e3f2e092ab /include | |
parent | 0356abd3996011fce9a4896124b0bc0f7ddce9ec (diff) | |
download | u-boot-c19790792acb290c2db888fa66aa2232ed3b7d57.tar.gz u-boot-c19790792acb290c2db888fa66aa2232ed3b7d57.tar.bz2 u-boot-c19790792acb290c2db888fa66aa2232ed3b7d57.zip |
samsung: tizen_amlogic: add ramdisk-recovery in dfu_alt_system
Add ramdisk-recovery image in dfu_alt_system.
Tizen is supporting ramdisk-recovery.
Change-Id: I68eb9205d9c5d2f6980d781c16b8415eb38d9a4e
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/samsung/tizen_amlogic.h | 6 |
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;" \ |