From ff4e876f90e9d296a7fc2bb0f2e966a649ae6713 Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Wed, 11 Nov 2020 11:01:29 +0900 Subject: [PATCH] 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 --- include/samsung/tizen_amlogic.h | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) 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;" \ -- 2.7.4