From: Marek Vasut Date: Wed, 6 Apr 2022 00:21:34 +0000 (+0200) Subject: ARM: imx: imx8m: env: Switch to arch_env_get_location() X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=e4dc2d0620851d6e0e784d4ef0a50f26e1e73857;p=u-boot.git ARM: imx: imx8m: env: Switch to arch_env_get_location() Implement arch_env_get_location() instead of env_get_location(), so that the env_get_location() can be implemented on board level and override the arch_env_get_location() architecture defaults. Signed-off-by: Marek Vasut Cc: Adam Ford Cc: Fabio Estevam Cc: Marek BehĂșn Cc: Peng Fan Cc: Simon Glass Cc: Stefano Babic Cc: Tim Harvey Cc: Tom Rini Cc: Tommaso Merciai Cc: Vladimir Oltean --- diff --git a/arch/arm/mach-imx/imx8m/soc.c b/arch/arm/mach-imx/imx8m/soc.c index 8171631db1..7059d87e33 100644 --- a/arch/arm/mach-imx/imx8m/soc.c +++ b/arch/arm/mach-imx/imx8m/soc.c @@ -1528,7 +1528,7 @@ void do_error(struct pt_regs *pt_regs) #endif #if defined(CONFIG_IMX8MN) || defined(CONFIG_IMX8MP) -enum env_location env_get_location(enum env_operation op, int prio) +enum env_location arch_env_get_location(enum env_operation op, int prio) { enum boot_device dev = get_boot_device();