Re: [PATCH v2 05/35] common: Move embedded fdt location to fdtdec.h

2020-01-20 Thread Tom Rini
On Sat, Dec 28, 2019 at 10:44:42AM -0700, Simon Glass wrote: > These declarations are only used in fdtdec.c so move them to its header > file. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH v2 05/35] common: Move embedded fdt location to fdtdec.h

2019-12-28 Thread Simon Glass
These declarations are only used in fdtdec.c so move them to its header file. Signed-off-by: Simon Glass --- Changes in v2: None include/common.h | 3 --- include/fdtdec.h | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/common.h b/include/common.h index 4f3536f2