Re: [U-Boot] [PATCH 3/3] arm: kirkwood: openrd: Increase U-Boot size in flash to make it fit

2019-04-26 Thread Stefan Roese
On 11.04.19 12:33, Stefan Roese wrote: We have run now multiple times into size issues with the openrd board port. To finally fix this, this patch now moves the U-Boot size from 0x6. to 0x8., giving enough space for the next time. This also changes the environment location and

Re: [U-Boot] [PATCH 3/3] arm: kirkwood: openrd: Increase U-Boot size in flash to make it fit

2019-04-24 Thread Stefan Roese
On 24.04.19 16:13, Tom Rini wrote: On Wed, Apr 24, 2019 at 03:49:35PM +0200, Stefan Roese wrote: On 24.04.19 15:21, Tom Rini wrote: On Sat, Apr 13, 2019 at 09:00:48AM -0400, Tom Rini wrote: On Fri, Apr 12, 2019 at 07:08:40PM +1200, Chris Packham wrote: On Thu, 11 Apr 2019, 10:33 PM Stefan

Re: [U-Boot] [PATCH 3/3] arm: kirkwood: openrd: Increase U-Boot size in flash to make it fit

2019-04-24 Thread Tom Rini
On Wed, Apr 24, 2019 at 03:49:35PM +0200, Stefan Roese wrote: > On 24.04.19 15:21, Tom Rini wrote: > >On Sat, Apr 13, 2019 at 09:00:48AM -0400, Tom Rini wrote: > >>On Fri, Apr 12, 2019 at 07:08:40PM +1200, Chris Packham wrote: > >>>On Thu, 11 Apr 2019, 10:33 PM Stefan Roese, wrote: > >>> > We

Re: [U-Boot] [PATCH 3/3] arm: kirkwood: openrd: Increase U-Boot size in flash to make it fit

2019-04-24 Thread Stefan Roese
On 24.04.19 15:21, Tom Rini wrote: On Sat, Apr 13, 2019 at 09:00:48AM -0400, Tom Rini wrote: On Fri, Apr 12, 2019 at 07:08:40PM +1200, Chris Packham wrote: On Thu, 11 Apr 2019, 10:33 PM Stefan Roese, wrote: We have run now multiple times into size issues with the openrd board port. To

Re: [U-Boot] [PATCH 3/3] arm: kirkwood: openrd: Increase U-Boot size in flash to make it fit

2019-04-24 Thread Tom Rini
On Sat, Apr 13, 2019 at 09:00:48AM -0400, Tom Rini wrote: > On Fri, Apr 12, 2019 at 07:08:40PM +1200, Chris Packham wrote: > > On Thu, 11 Apr 2019, 10:33 PM Stefan Roese, wrote: > > > > > We have run now multiple times into size issues with the openrd > > > board port. To finally fix this, this

Re: [U-Boot] [PATCH 3/3] arm: kirkwood: openrd: Increase U-Boot size in flash to make it fit

2019-04-13 Thread Tom Rini
On Fri, Apr 12, 2019 at 07:08:40PM +1200, Chris Packham wrote: > On Thu, 11 Apr 2019, 10:33 PM Stefan Roese, wrote: > > > We have run now multiple times into size issues with the openrd > > board port. To finally fix this, this patch now moves the U-Boot size > > from 0x6. to 0x8.,

Re: [U-Boot] [PATCH 3/3] arm: kirkwood: openrd: Increase U-Boot size in flash to make it fit

2019-04-12 Thread Chris Packham
On Thu, 11 Apr 2019, 10:33 PM Stefan Roese, wrote: > We have run now multiple times into size issues with the openrd > board port. To finally fix this, this patch now moves the U-Boot size > from 0x6. to 0x8., giving enough space for the next time. > > This also changes the environment