From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 21 Jul 2014 10:27:05 -0600 Subject: [U-Boot] [PATCH] dfu: fix: Add the absolute path to the file name for ext4 write operation In-Reply-To: <1405503532-6415-1-git-send-email-l.majewski@samsung.com> References: <1405503532-6415-1-git-send-email-l.majewski@samsung.com> Message-ID: <53CD3F59.1060101@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 07/16/2014 03:38 AM, Lukasz Majewski wrote: > Commit 1151b7ac10b81ecbb has cleaned up read and write operations. > Unfortunately, for correct operation the write for ext4 fs requires > absolute patch. > This patch fixes this case. Shouldn't the user simply supply the absolute patch name as the entity name? That's what I've been doing. This way, it makes files in sub-directories look more natural; you'd pass in e.g. /boot/zImage rather than boot/zImage, which looks like a relative path.