Re: [U-Boot] [PATCH] Enable thumb build to reduce build size of u-boot.kwb.

2018-06-05 Thread Stefan Roese
On 03.06.2018 21:38, Vagrant Cascadian wrote: Without this, u-boot.kwb overlaps where the u-boot environment is stored, and updating the environment can break u-boot and vice versa. https://bugs.debian.org/897671 https://lists.denx.de/pipermail/u-boot/2018-May/327497.html Signed-off-by: V

Re: [U-Boot] [PATCH] Enable thumb build to reduce build size of u-boot.kwb.

2018-06-03 Thread Stefan Roese
On 04.06.2018 07:12, Stefan Roese wrote: On 03.06.2018 23:23, Vagrant Cascadian wrote: On 2018-06-03, Chris Packham wrote: On Mon, 4 Jun 2018, 7:39 AM Vagrant Cascadian, wrote: Without this, u-boot.kwb overlaps where the u-boot environment is stored, and updating the environment can break u

Re: [U-Boot] [PATCH] Enable thumb build to reduce build size of u-boot.kwb.

2018-06-03 Thread Stefan Roese
On 03.06.2018 23:23, Vagrant Cascadian wrote: On 2018-06-03, Chris Packham wrote: On Mon, 4 Jun 2018, 7:39 AM Vagrant Cascadian, wrote: Without this, u-boot.kwb overlaps where the u-boot environment is stored, and updating the environment can break u-boot and vice versa. https://bugs.debi

Re: [U-Boot] [PATCH] Enable thumb build to reduce build size of u-boot.kwb.

2018-06-03 Thread Chris Packham
On Mon, 4 Jun 2018, 9:23 AM Vagrant Cascadian, wrote: > On 2018-06-03, Chris Packham wrote: > > On Mon, 4 Jun 2018, 7:39 AM Vagrant Cascadian, > wrote: > > > >> Without this, u-boot.kwb overlaps where the u-boot environment is > >> stored, and updating the environment can break u-boot and vice v

Re: [U-Boot] [PATCH] Enable thumb build to reduce build size of u-boot.kwb.

2018-06-03 Thread Vagrant Cascadian
On 2018-06-03, Chris Packham wrote: > On Mon, 4 Jun 2018, 7:39 AM Vagrant Cascadian, wrote: > >> Without this, u-boot.kwb overlaps where the u-boot environment is >> stored, and updating the environment can break u-boot and vice versa. >> >> https://bugs.debian.org/897671 >> https://lists.denx

Re: [U-Boot] [PATCH] Enable thumb build to reduce build size of u-boot.kwb.

2018-06-03 Thread Chris Packham
Hi, On Mon, 4 Jun 2018, 7:39 AM Vagrant Cascadian, wrote: > Without this, u-boot.kwb overlaps where the u-boot environment is > stored, and updating the environment can break u-boot and vice versa. > > https://bugs.debian.org/897671 > https://lists.denx.de/pipermail/u-boot/2018-May/327497.ht