From: Jaehoon Chung Date: Wed, 11 Nov 2020 02:01:29 +0000 (+0900) Subject: samsung: tizen_amlogic: fix directory path about thor fail X-Git-Tag: accepted/tizen/unified/20231106.171643~242 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ff4e876f90e9d296a7fc2bb0f2e966a649ae6713;p=platform%2Fkernel%2Fu-boot.git samsung: tizen_amlogic: fix directory path about thor fail Fix directory path about thor fail. When flash to directory, it didn't match "/" with filename. Change-Id: I5cc65c1b8aa5741dfab5b532c070d82146444f68 Signed-off-by: Jaehoon Chung --- diff --git a/include/samsung/tizen_amlogic.h b/include/samsung/tizen_amlogic.h index 8666425..cd02968 100644 --- a/include/samsung/tizen_amlogic.h +++ b/include/samsung/tizen_amlogic.h @@ -27,15 +27,15 @@ "kvim3_linux.dtb fat 0 1;" \ "boot.scr.uimg fat 0 1;" \ "params.bin fat 0 1;" \ - "/vim3/Image fat 0 1;" \ - "/odroid-n2/Image fat 0 1;" \ - "/odroid-c4/Image fat 0 1;" \ - "/vim3/params.bin fat 0 1;" \ - "/odroid-n2/params.bin fat 0 1;" \ - "/odroid-c4/params.bin fat 0 1;" \ - "/vim3/boot.scr.uimg fat 0 1;" \ - "/odroid-n2/boot.scr.uimg fat 0 1;" \ - "/odroid-c4/boot.scr.uimg fat 0 1;" \ + "vim3/Image fat 0 1;" \ + "odroid-n2/Image fat 0 1;" \ + "odroid-c4/Image fat 0 1;" \ + "vim3/params.bin fat 0 1;" \ + "odroid-n2/params.bin fat 0 1;" \ + "odroid-c4/params.bin fat 0 1;" \ + "vim3/boot.scr.uimg fat 0 1;" \ + "odroid-n2/boot.scr.uimg fat 0 1;" \ + "odroid-c4/boot.scr.uimg fat 0 1;" \ "boot.img part 0 1;" \ "rootfs part 0 2;" \ "system-data part 0 3;" \ @@ -54,15 +54,15 @@ "boot.scr.uimg fat 1 1;" \ "boot.img part 1 1;" \ "params.bin fat 1 1;" \ - "/vim3/Image fat 1 1;" \ - "/odroid-n2/Image fat 1 1;" \ - "/odroid-c4/Image fat 1 1;" \ - "/vim3/params.bin fat 1 1;" \ - "/odroid-n2/params.bin fat 1 1;" \ - "/odroid-c4/params.bin fat 1 1;" \ - "/vim3/boot.scr.uimg fat 1 1;" \ - "/odroid-n2/boot.scr.uimg fat 1 1;" \ - "/odroid-c4/boot.scr.uimg fat 1 1;" \ + "vim3/Image fat 1 1;" \ + "odroid-n2/Image fat 1 1;" \ + "odroid-c4/Image fat 1 1;" \ + "vim3/params.bin fat 1 1;" \ + "odroid-n2/params.bin fat 1 1;" \ + "odroid-c4/params.bin fat 1 1;" \ + "vim3/boot.scr.uimg fat 1 1;" \ + "odroid-n2/boot.scr.uimg fat 1 1;" \ + "odroid-c4/boot.scr.uimg fat 1 1;" \ "rootfs part 1 2;" \ "system-data part 1 3;" \ "user part 1 5;" \