Skip to content
Snippets Groups Projects
Commit dcb7eb66 authored by Łukasz Majewski's avatar Łukasz Majewski Committed by Tom Rini
Browse files

ext4: trats: trats2: Modify dfu_alt_info's file names to have absolute path


After the clean up performed in the commit 1151b7ac10b81ecbb the DFU subsystem
requires absolute patch for correct operation.

Signed-off-by: default avatarLukasz Majewski <l.majewski@samsung.com>
parent e0f2f155
No related branches found
No related tags found
No related merge requests found
...@@ -102,9 +102,9 @@ ...@@ -102,9 +102,9 @@
#define CONFIG_DFU_ALT \ #define CONFIG_DFU_ALT \
"u-boot raw 0x80 0x400;" \ "u-boot raw 0x80 0x400;" \
"uImage ext4 0 2;" \ "/uImage ext4 0 2;" \
"modem.bin ext4 0 2;" \ "/modem.bin ext4 0 2;" \
"exynos4210-trats.dtb ext4 0 2;" \ "/exynos4210-trats.dtb ext4 0 2;" \
""PARTS_CSA" part 0 1;" \ ""PARTS_CSA" part 0 1;" \
""PARTS_BOOT" part 0 2;" \ ""PARTS_BOOT" part 0 2;" \
""PARTS_QBOOT" part 0 3;" \ ""PARTS_QBOOT" part 0 3;" \
......
...@@ -92,9 +92,9 @@ ...@@ -92,9 +92,9 @@
#define CONFIG_DFU_ALT \ #define CONFIG_DFU_ALT \
"u-boot raw 0x80 0x800;" \ "u-boot raw 0x80 0x800;" \
"uImage ext4 0 2;" \ "/uImage ext4 0 2;" \
"modem.bin ext4 0 2;" \ "/modem.bin ext4 0 2;" \
"exynos4412-trats2.dtb ext4 0 2;" \ "/exynos4412-trats2.dtb ext4 0 2;" \
""PARTS_CSA" part 0 1;" \ ""PARTS_CSA" part 0 1;" \
""PARTS_BOOT" part 0 2;" \ ""PARTS_BOOT" part 0 2;" \
""PARTS_QBOOT" part 0 3;" \ ""PARTS_QBOOT" part 0 3;" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment