artik530_raptor: configs: modify dfu list for tizen
authorjino.cho <jino.cho@samsung.com>
Thu, 9 Feb 2017 08:46:53 +0000 (17:46 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 26 Mar 2018 02:31:17 +0000 (11:31 +0900)
This patch adds 'system-data' and 'user' partitions in the dfu_alt_info.

Change-Id: I3ef7b913c438ea7d24d2db984708c6019f27e7be
Signed-off-by: jino.cho <jino.cho@samsung.com>
include/configs/artik530_raptor.h

index 00c50c0831afa4cd2afcdb196a7003cd75b71d74..f88a201cd65b84ef438f1ffeb43a4fc11f5bb681 100644 (file)
        "modules part $rootdev $modulespart;" \
        "rootfs part $rootdev $rootpart;" \
        "params.bin raw 0x1701 0x20;" \
-       "/Image.itb ext4 $rootdev $bootpart\0"
+       "/Image.itb ext4 $rootdev $bootpart;" \
+       "system-data part 0 5;" \
+       "user part 0 6\0"
 
 #define CONFIG_EXTRA_ENV_SETTINGS                                      \
        "fdt_high=0xffffffff\0"                                         \