diff options
author | Jaehoon Chung <jh80.chung@samsung.com> | 2020-10-30 20:12:07 +0900 |
---|---|---|
committer | Jaehoon Chung <jh80.chung@samsung.com> | 2023-10-17 13:19:24 +0900 |
commit | 110ef424ed56ab9a4f9860956c4c2218a5a3b091 (patch) | |
tree | f727655da5b805283366acc7e2d82fec494f8434 /include | |
parent | cf000f7a31bfabefa3f30bd384ad970920dbff40 (diff) | |
download | u-boot-110ef424ed56ab9a4f9860956c4c2218a5a3b091.tar.gz u-boot-110ef424ed56ab9a4f9860956c4c2218a5a3b091.tar.bz2 u-boot-110ef424ed56ab9a4f9860956c4c2218a5a3b091.zip |
samsung: tizen_amlogic: update dfu_alt_system information
Update dfu_alt_system information.
Each files can be flashed to proper folder.
Change-Id: Ie2801e0e811ed8d191bfc70d5831c5d25d10454d
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/samsung/tizen_amlogic.h | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/include/samsung/tizen_amlogic.h b/include/samsung/tizen_amlogic.h index d33e9974f0..628812da53 100644 --- a/include/samsung/tizen_amlogic.h +++ b/include/samsung/tizen_amlogic.h @@ -25,6 +25,13 @@ "meson64_odroidn2.dtb fat 0 1;" \ "kvim3_linux.dtb fat 0 1;" \ "boot.scr.uimg fat 0 1;" \ + "params.bin fat 0 1;" \ + "/vim3/Image fat 0 1;" \ + "/odroid-n2/Image fat 0 1;" \ + "/vim3/params.bin fat 0 1;" \ + "/odroid-n2/params.bin fat 0 1;" \ + "/vim3/boot.scr.uimg fat 0 1;" \ + "/odroid-n2/boot.scr.uimg fat 0 1;" \ "boot.img part 0 1;" \ "rootfs part 0 2;" \ "system-data part 0 3;" \ @@ -33,13 +40,20 @@ "ramdisk.img part 0 7\0" /* For eMMC */ -#define DFU_ALT_SYSTEM \ +#define DFU_ALT_SYSTEM \ "Image fat 1 1;" \ "meson64_odroidn2_drm.dtb fat 1 1;" \ "meson64_odroidn2.dtb fat 1 1;" \ "kvim3_linux.dtb fat 1 1;" \ "boot.scr.uimg fat 1 1;" \ "boot.img part 1 1;" \ + "params.bin fat 1 1;" \ + "/vim3/Image fat 1 1;" \ + "/odroid-n2/Image fat 1 1;" \ + "/vim3/params.bin fat 1 1;" \ + "/odroid-n2/params.bin fat 1 1;" \ + "/vim3/boot.scr.uimg fat 1 1;" \ + "/odroid-n2/boot.scr.uimg fat 1 1;" \ "rootfs part 1 2;" \ "system-data part 1 3;" \ "user part 1 5;" \ |