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, 21 Jan 2019 05:39:52 +0000 (14:39 +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 859a17b6232c559a6c09498c9e60f9b830466db9..89121d961ee8f1afc52afd160b1e56d8673d0178 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"                                         \