arm: imx: imx8m: soc: fix the macro name
authorMichael Trimarchi <michael@amarulasolutions.com>
Thu, 15 May 2025 15:09:51 +0000 (17:09 +0200)
committerFabio Estevam <festevam@gmail.com>
Wed, 21 May 2025 10:51:21 +0000 (07:51 -0300)
commitf7cddc4c6f4e4da57c6500cd0d88ea06e937b239
tree020afef284b32e2d136ddaf7c2e71c072f695c2c
parenta3e09b24ffd4429909604f1b28455b44306edbaa
arm: imx: imx8m: soc: fix the macro name

The function arch_spl_mmc_get_uboot_raw_sector() was never compiled,
even when the option CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION was
enabled. So rename the macro SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION to
CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION.

Fixes: 2a00d73d081a ("spl: mmc: Try to clean up raw-mode options")
Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
arch/arm/mach-imx/imx8m/soc.c