From: Jaehoon Chung Date: Wed, 8 Nov 2017 08:00:36 +0000 (+0900) Subject: configs: artik710_raptor: fix the dfu list issue X-Git-Tag: submit/tizen/20190213.074817~58 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5a035bb7a9c2960f216a2f8ee3ee0cfa05bdb12c;p=profile%2Fcommon%2Fplatform%2Fkernel%2Fu-boot-artik7.git configs: artik710_raptor: fix the dfu list issue 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 --- diff --git a/include/configs/artik710_raptor.h b/include/configs/artik710_raptor.h index 6a7f81857d..42186c12c1 100644 --- a/include/configs/artik710_raptor.h +++ b/include/configs/artik710_raptor.h @@ -353,7 +353,6 @@ "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;" \ @@ -418,6 +417,7 @@ "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" \