Commit dcb7eb66e469fc86dccec486436ebd6c4f70a4cb

Authored by Łukasz Majewski
Committed by Tom Rini
1 parent e0f2f15534

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: Lukasz Majewski <l.majewski@samsung.com>

Showing 2 changed files with 6 additions and 6 deletions Side-by-side Diff

include/configs/trats.h
... ... @@ -102,9 +102,9 @@
102 102  
103 103 #define CONFIG_DFU_ALT \
104 104 "u-boot raw 0x80 0x400;" \
105   - "uImage ext4 0 2;" \
106   - "modem.bin ext4 0 2;" \
107   - "exynos4210-trats.dtb ext4 0 2;" \
  105 + "/uImage ext4 0 2;" \
  106 + "/modem.bin ext4 0 2;" \
  107 + "/exynos4210-trats.dtb ext4 0 2;" \
108 108 ""PARTS_CSA" part 0 1;" \
109 109 ""PARTS_BOOT" part 0 2;" \
110 110 ""PARTS_QBOOT" part 0 3;" \
include/configs/trats2.h
... ... @@ -92,9 +92,9 @@
92 92  
93 93 #define CONFIG_DFU_ALT \
94 94 "u-boot raw 0x80 0x800;" \
95   - "uImage ext4 0 2;" \
96   - "modem.bin ext4 0 2;" \
97   - "exynos4412-trats2.dtb ext4 0 2;" \
  95 + "/uImage ext4 0 2;" \
  96 + "/modem.bin ext4 0 2;" \
  97 + "/exynos4412-trats2.dtb ext4 0 2;" \
98 98 ""PARTS_CSA" part 0 1;" \
99 99 ""PARTS_BOOT" part 0 2;" \
100 100 ""PARTS_QBOOT" part 0 3;" \