Skip to content

Commit

Permalink
msc_sm2s_imx8mp: Fix CONFIG_DEFAULT_FDT_FILE
Browse files Browse the repository at this point in the history
There is no imx8mp-msc-sm2s.dtb file in upstream Linux.

Change it to imx8mp-msc-sm2s-ep1.dtb.

Signed-off-by: Fabio Estevam <festevam@denx.de>
Reviewed-by: Ian Ray <ian.ray@gehealthcare.com>
  • Loading branch information
Fabio Estevam committed Feb 19, 2024
1 parent 6dfdfad commit 7489f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/msc_sm2s_imx8mp_defconfig
Expand Up @@ -28,7 +28,7 @@ CONFIG_SPL_LOAD_FIT=y
CONFIG_SYS_BOOTM_LEN=0x2000000
CONFIG_DISTRO_DEFAULTS=y
CONFIG_OF_SYSTEM_SETUP=y
CONFIG_DEFAULT_FDT_FILE="imx8mp-msc-sm2s.dtb"
CONFIG_DEFAULT_FDT_FILE="imx8mp-msc-sm2s-ep1.dtb"
CONFIG_SYS_CBSIZE=2048
CONFIG_SYS_PBSIZE=2074
CONFIG_SPL_MAX_SIZE=0x26000
Expand Down

0 comments on commit 7489f19

Please sign in to comment.