configs: artik710_raptor: fix the dfu list issue
authorJaehoon Chung <jh80.chung@samsung.com>
Wed, 8 Nov 2017 08:00:36 +0000 (17:00 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 21 Jan 2019 07:07:57 +0000 (16:07 +0900)
Remove the unnecessary dfu list.
Also there is not defined about modulespart. Add the variable of modulespart.

Change-Id: I567805d7797de3f10647fc043858da8ace430ca0
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
include/configs/artik710_raptor.h

index 6a7f81857d42eeb80208dbe468b9b84744d85169..42186c12c1b2eb7937b8d0910219d6324a178e2c 100644 (file)
        "fip-loader-sd.img raw 0x81 0x280;" \
        "fip-secure.img raw 0x301 0x600;" \
        "fip-nonsecure.img raw 0xf01 0x800;" \
-       "/uImage ext4 $rootdev $bootpart;" \
        "/Image ext4 $rootdev $bootpart;" \
        "/uInitrd ext4 $rootdev $bootpart;" \
        "/ramdisk.img ext4 $rootdev $bootpart;" \
        "rootdev=" __stringify(CONFIG_ROOT_DEV) "\0"                    \
        "rootpart=" __stringify(CONFIG_ROOT_PART) "\0"                  \
        "bootpart=" __stringify(CONFIG_BOOT_PART) "\0"                  \
+       "modulespart=" __stringify(CONFIG_MODULES_PART) "\0"            \
        "rescue=0\0"                                                    \
        "root_rw=rw\0"                                                  \
        "opts=\0"                                                       \