From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 22 Jul 2014 16:24:30 +0200 Subject: [U-Boot] [PATCH] dfu: fix: Add the absolute path to the file name for ext4 write operation In-Reply-To: <20140722100005.04f42773@amdc2363> References: <1405503532-6415-1-git-send-email-l.majewski@samsung.com> <53CD3F59.1060101@wwwdotorg.org> <20140722100005.04f42773@amdc2363> Message-ID: <201407221624.30690.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tuesday, July 22, 2014 at 10:00:05 AM, Lukasz Majewski wrote: > Hi Stephen, > > > 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. > > Hmm.. this is the angle from which I didn't look. > > Thanks for the tip. I will adjust envs accordingly. Please discard this > patch. Done. Best regards, Marek Vasut