Re: [PATCH] imx9: Improve boot device auto-selection

2024-11-05 Thread Szőke Benjamin
2024. 11. 01. 13:30 keltezéssel, Fabio Estevam írta: On Fri, Nov 1, 2024 at 7:56 AM Szőke Benjamin wrote: If both CONFIG_ENV_IS_IN_MMC=y and CONFIG_ENV_IS_NOWHERE=y are in the config, CONFIG_ENV_IS_IN_MMC=y will be overrideing default CONFIG_ENV_IS_NOWHERE settings, so in imx9 defconfig it is

RE: [PATCH] imx9: Improve boot device auto-selection

2024-11-01 Thread Peng Fan
> Subject: [PATCH] imx9: Improve boot device auto-selection > > From: Benjamin Szőke > > Improve "mmcautodetect=yes" boot device auto-selection to able to > use it if CONFIG_ENV_IS_NOWHERE is enabled for i.MX9 SoC and > i.MX93 EVK board. > > Signed-off-

Re: [PATCH] imx9: Improve boot device auto-selection

2024-11-01 Thread Fabio Estevam
On Fri, Nov 1, 2024 at 7:56 AM Szőke Benjamin wrote: > If both CONFIG_ENV_IS_IN_MMC=y and CONFIG_ENV_IS_NOWHERE=y are in the config, > CONFIG_ENV_IS_IN_MMC=y will be overrideing default CONFIG_ENV_IS_NOWHERE > settings, so in imx9 defconfig it is useless to use both of them. > > In my board i can

Re: [PATCH] imx9: Improve boot device auto-selection

2024-11-01 Thread Szőke Benjamin
2024. 10. 22. 14:23 keltezéssel, Peng Fan írta: Subject: Re: [PATCH] imx9: Improve boot device auto-selection On Wed, Oct 16, 2024 at 4:42 PM Szőke Benjamin wrote: You can use only one of config from CONFIG_ENV_IS_IN_MMC=y and CONFIG_ENV_IS_NOWHERE=y in U-boot config in same time

RE: [PATCH] imx9: Improve boot device auto-selection

2024-10-22 Thread Peng Fan
> Subject: Re: [PATCH] imx9: Improve boot device auto-selection > > On Wed, Oct 16, 2024 at 4:42 PM Szőke Benjamin > wrote: > > > You can use only one of config from CONFIG_ENV_IS_IN_MMC=y and > > CONFIG_ENV_IS_NOWHERE=y in U-boot config in same time. > > imx93

Re: [PATCH] imx9: Improve boot device auto-selection

2024-10-22 Thread Fabio Estevam
On Wed, Oct 16, 2024 at 4:42 PM Szőke Benjamin wrote: > You can use only one of config from CONFIG_ENV_IS_IN_MMC=y and > CONFIG_ENV_IS_NOWHERE=y in U-boot config in same time. imx93_11x11_evk_defconfig selects both CONFIG_ENV_IS_IN_MMC=y and CONFIG_ENV_IS_NOWHERE=y. > If you like to use CONFIG_

Re: [PATCH] imx9: Improve boot device auto-selection

2024-10-22 Thread Szőke Benjamin
2024. 10. 16. 21:41 keltezéssel, Szőke Benjamin írta: 2024. 10. 16. 20:28 keltezéssel, Fabio Estevam írta: Benjamin, On Sun, Oct 13, 2024 at 9:39 PM Peng Fan wrote: Would you please give more background on this, I not got the point on why doing this? I also do not understand the reason for

Re: [PATCH] imx9: Improve boot device auto-selection

2024-10-16 Thread Szőke Benjamin
2024. 10. 16. 20:28 keltezéssel, Fabio Estevam írta: Benjamin, On Sun, Oct 13, 2024 at 9:39 PM Peng Fan wrote: Would you please give more background on this, I not got the point on why doing this? I also do not understand the reason for this change. It is not clear by reading the commit log

Re: [PATCH] imx9: Improve boot device auto-selection

2024-10-16 Thread Fabio Estevam
Benjamin, On Sun, Oct 13, 2024 at 9:39 PM Peng Fan wrote: > Would you please give more background on this, I not got > the point on why doing this? I also do not understand the reason for this change. It is not clear by reading the commit log. Please describe what exactly fails to work before

Re: [PATCH] imx9: Improve boot device auto-selection

2024-10-14 Thread Szőke Benjamin
2024. 10. 14. 2:39 keltezéssel, Peng Fan írta: Subject: [PATCH] imx9: Improve boot device auto-selection From: Benjamin Szőke Improve "mmcautodetect=yes" boot device auto-selection to able to use it if CONFIG_ENV_IS_NOWHERE is enabled for i.MX9 SoC and i.MX93 EVK board. Would

RE: [PATCH] imx9: Improve boot device auto-selection

2024-10-13 Thread Peng Fan
> Subject: [PATCH] imx9: Improve boot device auto-selection > > From: Benjamin Szőke > > Improve "mmcautodetect=yes" boot device auto-selection to able to > use it if CONFIG_ENV_IS_NOWHERE is enabled for i.MX9 SoC and > i.MX93 EVK board. Would you please give mor

[PATCH] imx9: Improve boot device auto-selection

2024-10-13 Thread egyszeregy
From: Benjamin Szőke Improve "mmcautodetect=yes" boot device auto-selection to able to use it if CONFIG_ENV_IS_NOWHERE is enabled for i.MX9 SoC and i.MX93 EVK board. Signed-off-by: Benjamin Szőke --- arch/arm/mach-imx/imx9/soc.c | 6 +- board/freescale/imx93_evk/imx93_evk.c | 2 +-