> Subject: [PATCH v3 1/2] arm: imx: imx8m: soc: fix the macro name > > From: Michael Trimarchi <mich...@amarulasolutions.com> > > 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 <mich...@amarulasolutions.com> > Signed-off-by: Dario Binacchi <dario.binac...@amarulasolutions.com> > Reviewed-by: Quentin Schulz <quentin.sch...@cherry.de> > > ---
Reviewed-by: Peng Fan <peng....@nxp.com>