Re: [U-Boot] [RFC PATCH 08/10] env: Mark env_get_location as weak

2017-11-17 Thread Lukasz Majewski
On Thu, 16 Nov 2017 10:22:29 +0100 Maxime Ripard wrote: > Allow boards and architectures to override the default environment > lookup code by overriding env_get_location. > > Signed-off-by: Maxime Ripard > --- > env/env.c | 2

[U-Boot] [RFC PATCH 08/10] env: Mark env_get_location as weak

2017-11-16 Thread Maxime Ripard
Allow boards and architectures to override the default environment lookup code by overriding env_get_location. Signed-off-by: Maxime Ripard --- env/env.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env/env.c b/env/env.c index