]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ext4: trats: trats2: Modify dfu_alt_info's file names to have absolute path
authorŁukasz Majewski <l.majewski@samsung.com>
Tue, 22 Jul 2014 08:17:06 +0000 (10:17 +0200)
committerTom Rini <trini@ti.com>
Sat, 9 Aug 2014 15:17:02 +0000 (11:17 -0400)
After the clean up performed in the commit 1151b7ac10b81ecbb the DFU subsystem
requires absolute patch for correct operation.

Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
include/configs/trats.h
include/configs/trats2.h

index 90f19626a39e22b5b9f4c42886f7e38a91c4b73c..7db1db6074224590ea2f7119c61b8dc3ce85143c 100644 (file)
 
 #define CONFIG_DFU_ALT \
        "u-boot raw 0x80 0x400;" \
-       "uImage ext4 0 2;" \
-       "modem.bin ext4 0 2;" \
-       "exynos4210-trats.dtb ext4 0 2;" \
+       "/uImage ext4 0 2;" \
+       "/modem.bin ext4 0 2;" \
+       "/exynos4210-trats.dtb ext4 0 2;" \
        ""PARTS_CSA" part 0 1;" \
        ""PARTS_BOOT" part 0 2;" \
        ""PARTS_QBOOT" part 0 3;" \
index 206975bcae0ec4b88ac543186c1d9d7053394df4..f537e4fdc4c93889aaba2f80227a18b5ef61893d 100644 (file)
@@ -92,9 +92,9 @@
 
 #define CONFIG_DFU_ALT \
        "u-boot raw 0x80 0x800;" \
-       "uImage ext4 0 2;" \
-       "modem.bin ext4 0 2;" \
-       "exynos4412-trats2.dtb ext4 0 2;" \
+       "/uImage ext4 0 2;" \
+       "/modem.bin ext4 0 2;" \
+       "/exynos4412-trats2.dtb ext4 0 2;" \
        ""PARTS_CSA" part 0 1;" \
        ""PARTS_BOOT" part 0 2;" \
        ""PARTS_QBOOT" part 0 3;" \