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, 26 Mar 2018 02:31:19 +0000 (11:31 +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 eb7c69fceb30f5c45829e13da20abba1eaeda033..6029cf7db9c0d24c244ee43808cb6827ee3e56dd 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=loglevel=4\0"                                             \