Re: [U-Boot] [PATCH] arm: ti: boot: Fix U-Boot environment partition address

2018-11-26 Thread Bajjuri, Praneeth
On 11/26/2018 8:27 AM, Sam Protsenko wrote: Hi Tom, Can you please pull this in? It fixes the regression I introduced by accident earlier... Thanks! On Thu, Nov 15, 2018 at 10:26 PM Sam Protsenko wrote: Recent removal of obsolete partition led to shifting of starting address of "reserved"

Re: [U-Boot] [PATCH] arm: ti: boot: Fix U-Boot environment partition address

2018-11-26 Thread Sam Protsenko
Hi Tom, Can you please pull this in? It fixes the regression I introduced by accident earlier... Thanks! On Thu, Nov 15, 2018 at 10:26 PM Sam Protsenko wrote: > > Recent removal of obsolete partition led to shifting of starting address > of "reserved" partition (which reflects U-Boot

[U-Boot] [PATCH] arm: ti: boot: Fix U-Boot environment partition address

2018-11-15 Thread Sam Protsenko
Recent removal of obsolete partition led to shifting of starting address of "reserved" partition (which reflects U-Boot environment). Fix its start address to keep it in sync with ENV_OFFSET and DFU environment. This patch also provides fixed start address for "reserved" partition, so that we can