mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-03 02:06:44 +03:00
arm: imx: imx9: Use arch override for env_get_location()
The arch-level implementation should be used here so that env_get_location() can be used on board-level. Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
This commit is contained in:
committed by
Fabio Estevam
parent
dfafac3207
commit
b9e48705e0
@@ -783,7 +783,7 @@ int timer_init(void)
|
||||
return 0;
|
||||
}
|
||||
|
||||
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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user