Re: [U-Boot] [PATCH 09/39] env: Move env_relocate() to env.h

2019-07-30 Thread Joe Hershberger
On Sun, Jul 28, 2019 at 9:09 AM Simon Glass wrote: > > Move env_relocate() over to the new header file. > > Signed-off-by: Simon Glass Acked-by: Joe Hershberger ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

[U-Boot] [PATCH 09/39] env: Move env_relocate() to env.h

2019-07-28 Thread Simon Glass
Move env_relocate() over to the new header file. Signed-off-by: Simon Glass --- common/board_r.c | 1 + env/common.c | 1 + include/common.h | 1 - include/env.h| 8 4 files changed, 10 insertions(+), 1 deletion(-) diff --git a/common/board_r.c b/common/board_r.c index