All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] ext4: trats: trats2: Modify dfu_alt_info's file names to have absolute path
@ 2014-07-22  8:17 Lukasz Majewski
  2014-08-10 22:21 ` [U-Boot] " Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Lukasz Majewski @ 2014-07-22  8:17 UTC (permalink / raw)
  To: u-boot

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  | 6 +++---
 include/configs/trats2.h | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/include/configs/trats.h b/include/configs/trats.h
index 90f1962..7db1db6 100644
--- a/include/configs/trats.h
+++ b/include/configs/trats.h
@@ -102,9 +102,9 @@
 
 #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;" \
diff --git a/include/configs/trats2.h b/include/configs/trats2.h
index 206975b..f537e4f 100644
--- a/include/configs/trats2.h
+++ b/include/configs/trats2.h
@@ -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;" \
-- 
2.0.0.rc2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] ext4: trats: trats2: Modify dfu_alt_info's file names to have absolute path
  2014-07-22  8:17 [U-Boot] [PATCH] ext4: trats: trats2: Modify dfu_alt_info's file names to have absolute path Lukasz Majewski
@ 2014-08-10 22:21 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2014-08-10 22:21 UTC (permalink / raw)
  To: u-boot

On Tue, Jul 22, 2014 at 10:17:06AM +0200, ?ukasz Majewski wrote:

> 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>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140810/e1e0938e/attachment.pgp>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-08-10 22:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-22  8:17 [U-Boot] [PATCH] ext4: trats: trats2: Modify dfu_alt_info's file names to have absolute path Lukasz Majewski
2014-08-10 22:21 ` [U-Boot] " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.