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/20180327.075642~40 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dd8d070021026a392097e8806843f9b91f078b6c;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 eb7c69fceb..6029cf7db9 100644 --- a/include/configs/artik710_raptor.h +++ b/include/configs/artik710_raptor.h @@ -355,7 +355,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;" \ @@ -410,6 +409,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=loglevel=4\0" \