Commit 364ba68ed1a adjusted Kconfig for imx8mn_evk instead of
imx8mm_evk for bootstd. Therefore mm is actually left building
without bootstd by default.

Also the name of the dtb referenced mp instead of mm. IIUC
CONFIG_DEFAULT_FDT_FILE is meant to point to the path of the dtb
within the kernel install directory. Therefore adding freescale/ as
subdir too.

Signed-off-by: Ludwig Nussel <ludwig.nus...@siemens.com>
---
 arch/arm/mach-imx/imx8m/Kconfig   | 2 ++
 configs/imx8mm_evk_defconfig      | 2 +-
 configs/imx8mm_evk_fspi_defconfig | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/arch/arm/mach-imx/imx8m/Kconfig b/arch/arm/mach-imx/imx8m/Kconfig
index 0fe9c46e499..f8d0fd5de36 100644
--- a/arch/arm/mach-imx/imx8m/Kconfig
+++ b/arch/arm/mach-imx/imx8m/Kconfig
@@ -93,6 +93,8 @@ config TARGET_IMX8MM_EVK
        select ARCH_MISC_INIT
        select SPL_CRYPTO if SPL
        imply OF_UPSTREAM
+       imply BOOTSTD_FULL
+       imply BOOTSTD_BOOTCOMMAND
 
 config TARGET_IMX8MM_ICORE_MX8MM
        bool "Engicam i.Core MX8M Mini SOM"
diff --git a/configs/imx8mm_evk_defconfig b/configs/imx8mm_evk_defconfig
index 659fc9ec039..0a7ceba68d3 100644
--- a/configs/imx8mm_evk_defconfig
+++ b/configs/imx8mm_evk_defconfig
@@ -25,7 +25,7 @@ CONFIG_FIT=y
 CONFIG_FIT_EXTERNAL_OFFSET=0x3000
 CONFIG_SPL_LOAD_FIT=y
 CONFIG_OF_SYSTEM_SETUP=y
-CONFIG_DEFAULT_FDT_FILE="imx8mp-evk.dtb"
+CONFIG_DEFAULT_FDT_FILE="freescale/imx8mm-evk.dtb"
 CONFIG_SYS_CBSIZE=2048
 CONFIG_SYS_PBSIZE=2074
 CONFIG_BOARD_LATE_INIT=y
diff --git a/configs/imx8mm_evk_fspi_defconfig 
b/configs/imx8mm_evk_fspi_defconfig
index 4a8d4994b80..a06b47ac3ba 100644
--- a/configs/imx8mm_evk_fspi_defconfig
+++ b/configs/imx8mm_evk_fspi_defconfig
@@ -29,7 +29,7 @@ CONFIG_FIT=y
 CONFIG_FIT_EXTERNAL_OFFSET=0x3000
 CONFIG_SPL_LOAD_FIT=y
 CONFIG_OF_SYSTEM_SETUP=y
-CONFIG_DEFAULT_FDT_FILE="imx8mp-evk.dtb"
+CONFIG_DEFAULT_FDT_FILE="freescale/imx8mm-evk.dtb"
 CONFIG_SYS_CBSIZE=2048
 CONFIG_SYS_PBSIZE=2074
 CONFIG_BOARD_LATE_INIT=y
-- 
2.34.1

Reply via email to