Re: [U-Boot] [PATCH 2/2] tools/env: allow negative offsets

2016-07-17 Thread Andreas Fenkart
Hi, 2016-07-14 2:14 GMT+02:00 Stefan Agner : > From: Stefan Agner > > A negative value for the offset is treated as a backwards offset for > from the end of the device/partition for block devices. This aligns > the behavior of the config file with the syntax of CONFIG_ENV_OFFSET > where the funct

Re: [U-Boot] [PATCH 2/2] tools/env: allow negative offsets

2016-07-17 Thread Stefan Agner
On 2016-07-17 06:37, Andreas Fenkart wrote: > Hi, > > 2016-07-14 2:14 GMT+02:00 Stefan Agner : >> From: Stefan Agner >> >> A negative value for the offset is treated as a backwards offset for >> from the end of the device/partition for block devices. This aligns >> the behavior of the config file

[U-Boot] [PATCH 2/2] tools/env: allow negative offsets

2016-07-13 Thread Stefan Agner
From: Stefan Agner A negative value for the offset is treated as a backwards offset for from the end of the device/partition for block devices. This aligns the behavior of the config file with the syntax of CONFIG_ENV_OFFSET where the functionality has been introduced with commit 5c088ee841f9 ("e