samsung: tizen_amlogic: fix directory path about thor fail
authorJaehoon Chung <jh80.chung@samsung.com>
Wed, 11 Nov 2020 02:01:29 +0000 (11:01 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 17 Oct 2023 04:19:25 +0000 (13:19 +0900)
Fix directory path about thor fail.
When flash to directory, it didn't match "/" with filename.

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

index 8666425..cd02968 100644 (file)
        "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;"                 \
        "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;"                        \