[iMX6][SPL] Improve definition of CONFIG_SUPPORT_EMMC_BOOT to select boot mode
The definition of `CONFIG_SUPPORT_EMMC_BOOT` in `mx6_common.h` has been
updated adding the value 1 to it. Mostly, this config is processed
only checking if it's defined and for these cases the former
definition was enough.
For iMX6, in `arch/arm/mach-imx/spl.c`, the config is checked with
`IS_ENABLED()` and it needs to have a value in order to pass the check.
This caused the boot mode always to `MMCSD_MODE_RAW` with the former
definition.
Signed-off-by:
Nicola Sparnacci <nicola.sparnacci@seco.com>
-
mentioned in commit clea-os/layers/seco/meta-seco-imx@720c2839
-
mentioned in merge request clea-os/layers/seco/meta-seco-imx!332
-
mentioned in commit clea-os/seco-manifest@4994efd1
Please register or sign in to comment