Re: [PATCH] sunxi: fix initial environment loading without MMC

2022-06-24 Thread Tom Rini
On Thu, Jun 23, 2022 at 08:21:01PM -0500, Samuel Holland wrote: > Hi Andre, > > >>> On 4/20/22 7:34 PM, Andre Przywara wrote: > Commit e42dad4168fe ("sunxi: use boot source for determining environment > location") changed our implementation of env_get_location() and enabled > it f

Re: [PATCH] sunxi: fix initial environment loading without MMC

2022-06-23 Thread Samuel Holland
Hi Andre, >>> On 4/20/22 7:34 PM, Andre Przywara wrote: Commit e42dad4168fe ("sunxi: use boot source for determining environment location") changed our implementation of env_get_location() and enabled it for every board, even those without MMC support (like the C.H.I.P. board

Re: [PATCH] sunxi: fix initial environment loading without MMC

2022-06-23 Thread Andre Przywara
On Tue, 26 Apr 2022 15:25:56 +0100 Andre Przywara wrote: Hi Samuel, > On Sat, 23 Apr 2022 16:01:00 -0500 > Samuel Holland wrote: > > Hi Samuel, > > thanks for having a look and the comments. > > > On 4/20/22 7:34 PM, Andre Przywara wrote: > > > Commit e42dad4168fe ("sunxi: use boot source

Re: [PATCH] sunxi: fix initial environment loading without MMC

2022-04-26 Thread Andre Przywara
On Sat, 23 Apr 2022 16:01:00 -0500 Samuel Holland wrote: Hi Samuel, thanks for having a look and the comments. > On 4/20/22 7:34 PM, Andre Przywara wrote: > > Commit e42dad4168fe ("sunxi: use boot source for determining environment > > location") changed our implementation of env_get_location()

Re: [PATCH] sunxi: fix initial environment loading without MMC

2022-04-23 Thread Samuel Holland
Hi Andre, On 4/20/22 7:34 PM, Andre Przywara wrote: > Commit e42dad4168fe ("sunxi: use boot source for determining environment > location") changed our implementation of env_get_location() and enabled > it for every board, even those without MMC support (like the C.H.I.P. > boards). However the de

[PATCH] sunxi: fix initial environment loading without MMC

2022-04-20 Thread Andre Przywara
Commit e42dad4168fe ("sunxi: use boot source for determining environment location") changed our implementation of env_get_location() and enabled it for every board, even those without MMC support (like the C.H.I.P. boards). However the default fallback location of ENVL_FAT does not cope very well w