[PATCH] ARM: imx8m: support env in fat and ext4

2022-02-05 Thread sbabic
> Change boot device logic to also allow environment stored in fat and in > ext4 when booting from SD or from eMMC. > As the boot device check for SD and for eMMC was depending on > ENV_IS_IN_MMC being defined, change the ifdef blocks at env_get_location > to use IS_ENABLED instead for all modes,

Re: [PATCH] ARM: imx8m: support env in fat and ext4

2022-01-15 Thread Fabio Estevam
On Wed, Oct 20, 2021 at 4:16 PM Ricardo Salveti wrote: > > Change boot device logic to also allow environment stored in fat and in > ext4 when booting from SD or from eMMC. > > As the boot device check for SD and for eMMC was depending on > ENV_IS_IN_MMC being defined, change the ifdef blocks at

Re: [PATCH] ARM: imx8m: support env in fat and ext4

2021-10-21 Thread Oleksandr Suvorov
On Wed, Oct 20, 2021 at 10:17 PM Ricardo Salveti wrote: > > Change boot device logic to also allow environment stored in fat and in > ext4 when booting from SD or from eMMC. > > As the boot device check for SD and for eMMC was depending on > ENV_IS_IN_MMC being defined, change the ifdef blocks at

[PATCH] ARM: imx8m: support env in fat and ext4

2021-10-20 Thread Ricardo Salveti
Change boot device logic to also allow environment stored in fat and in ext4 when booting from SD or from eMMC. As the boot device check for SD and for eMMC was depending on ENV_IS_IN_MMC being defined, change the ifdef blocks at env_get_location to use IS_ENABLED instead for all modes, returning