Re: [PATCH] arm: imx: imx8m: soc: fix the macro name

2025-05-15 Thread Tom Rini
On Thu, May 15, 2025 at 01:37:44PM +0200, Quentin Schulz wrote: > Hi Dario, > > On 5/15/25 12:02 PM, Dario Binacchi wrote: > > From: Michael Trimarchi > > > > The function arch_spl_mmc_get_uboot_raw_sector() was never compiled, > > even when the option CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTIT

Re: [PATCH] arm: imx: imx8m: soc: fix the macro name

2025-05-15 Thread Quentin Schulz
Hi Dario, On 5/15/25 12:02 PM, Dario Binacchi wrote: From: Michael Trimarchi 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 CONF

[PATCH] arm: imx: imx8m: soc: fix the macro name

2025-05-15 Thread Dario Binacchi
From: Michael Trimarchi 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: 2a00