diff mbox series

[v1] verdinx-imx8mm: enable fdt overlays and env importing

Message ID 20201030145327.10535-1-igor.opaniuk@gmail.com
State Superseded
Headers show
Series [v1] verdinx-imx8mm: enable fdt overlays and env importing | expand

Commit Message

Igor Opaniuk Oct. 30, 2020, 2:53 p.m. UTC
From: Igor Opaniuk <igor.opaniuk@toradex.com>

Enable CONFIG_CMD_IMPORTENV and CONFIG_OF_LIBFDT_OVERLAY needed
for booting regular Toradex BSP images.

Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>
---

 configs/verdin-imx8mm_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Oleksandr Suvorov Oct. 30, 2020, 3:15 p.m. UTC | #1
On Fri, Oct 30, 2020 at 4:53 PM Igor Opaniuk <igor.opaniuk@gmail.com> wrote:
>
> From: Igor Opaniuk <igor.opaniuk@toradex.com>
>
> Enable CONFIG_CMD_IMPORTENV and CONFIG_OF_LIBFDT_OVERLAY needed
> for booting regular Toradex BSP images.
>
> Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>

Reviewed-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>

> ---
>
>  configs/verdin-imx8mm_defconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configs/verdin-imx8mm_defconfig b/configs/verdin-imx8mm_defconfig
> index d856e3a318..60e5b03290 100644
> --- a/configs/verdin-imx8mm_defconfig
> +++ b/configs/verdin-imx8mm_defconfig
> @@ -41,7 +41,6 @@ CONFIG_SYS_PROMPT="Verdin iMX8MM # "
>  # CONFIG_BOOTM_NETBSD is not set
>  CONFIG_CMD_ASKENV=y
>  # CONFIG_CMD_EXPORTENV is not set
> -# CONFIG_CMD_IMPORTENV is not set
>  # CONFIG_CMD_CRC32 is not set
>  CONFIG_CMD_MEMTEST=y
>  CONFIG_SYS_MEMTEST_START=0x40000000
> @@ -103,3 +102,4 @@ CONFIG_SYSRESET_PSCI=y
>  CONFIG_SYSRESET_WATCHDOG=y
>  CONFIG_DM_THERMAL=y
>  CONFIG_IMX_WATCHDOG=y
> +CONFIG_OF_LIBFDT_OVERLAY=y
> --
> 2.17.1
>
Oleksandr Suvorov Oct. 30, 2020, 3:17 p.m. UTC | #2
On Fri, Oct 30, 2020 at 5:15 PM Oleksandr Suvorov
<oleksandr.suvorov@toradex.com> wrote:
>
> On Fri, Oct 30, 2020 at 4:53 PM Igor Opaniuk <igor.opaniuk@gmail.com> wrote:
> >
> > From: Igor Opaniuk <igor.opaniuk@toradex.com>
> >
> > Enable CONFIG_CMD_IMPORTENV and CONFIG_OF_LIBFDT_OVERLAY needed
> > for booting regular Toradex BSP images.
> >
> > Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>
>
> NOT :) Reviewed-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>

A wrong patch answered.

>
> > ---
> >
> >  configs/verdin-imx8mm_defconfig | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/configs/verdin-imx8mm_defconfig b/configs/verdin-imx8mm_defconfig
> > index d856e3a318..60e5b03290 100644
> > --- a/configs/verdin-imx8mm_defconfig
> > +++ b/configs/verdin-imx8mm_defconfig
> > @@ -41,7 +41,6 @@ CONFIG_SYS_PROMPT="Verdin iMX8MM # "
> >  # CONFIG_BOOTM_NETBSD is not set
> >  CONFIG_CMD_ASKENV=y
> >  # CONFIG_CMD_EXPORTENV is not set
> > -# CONFIG_CMD_IMPORTENV is not set
> >  # CONFIG_CMD_CRC32 is not set
> >  CONFIG_CMD_MEMTEST=y
> >  CONFIG_SYS_MEMTEST_START=0x40000000
> > @@ -103,3 +102,4 @@ CONFIG_SYSRESET_PSCI=y
> >  CONFIG_SYSRESET_WATCHDOG=y
> >  CONFIG_DM_THERMAL=y
> >  CONFIG_IMX_WATCHDOG=y
> > +CONFIG_OF_LIBFDT_OVERLAY=y
> > --
> > 2.17.1
> >
>
>
> --
> Best regards
> Oleksandr Suvorov
>
> Toradex AG
> Ebenaustrasse 10 | 6048 Horw | Switzerland | T: +41 41 500 48 00
diff mbox series

Patch

diff --git a/configs/verdin-imx8mm_defconfig b/configs/verdin-imx8mm_defconfig
index d856e3a318..60e5b03290 100644
--- a/configs/verdin-imx8mm_defconfig
+++ b/configs/verdin-imx8mm_defconfig
@@ -41,7 +41,6 @@  CONFIG_SYS_PROMPT="Verdin iMX8MM # "
 # CONFIG_BOOTM_NETBSD is not set
 CONFIG_CMD_ASKENV=y
 # CONFIG_CMD_EXPORTENV is not set
-# CONFIG_CMD_IMPORTENV is not set
 # CONFIG_CMD_CRC32 is not set
 CONFIG_CMD_MEMTEST=y
 CONFIG_SYS_MEMTEST_START=0x40000000
@@ -103,3 +102,4 @@  CONFIG_SYSRESET_PSCI=y
 CONFIG_SYSRESET_WATCHDOG=y
 CONFIG_DM_THERMAL=y
 CONFIG_IMX_WATCHDOG=y
+CONFIG_OF_LIBFDT_OVERLAY=y