Re: [U-Boot] [PATCH 1/5] libfdt: move FDT_RAMDISK_OVERHEAD to image-fdt.c

2018-04-01 Thread Simon Glass
On 23 March 2018 at 22:30, Simon Glass wrote: > On 21 March 2018 at 03:03, Masahiro Yamada > wrote: >> This macro is locally referenced in common/image-fdt.c >> >> Signed-off-by: Masahiro Yamada >> --- >> >>

Re: [U-Boot] [PATCH 1/5] libfdt: move FDT_RAMDISK_OVERHEAD to image-fdt.c

2018-03-23 Thread Simon Glass
On 21 March 2018 at 03:03, Masahiro Yamada wrote: > This macro is locally referenced in common/image-fdt.c > > Signed-off-by: Masahiro Yamada > --- > > common/image-fdt.c | 3 +++ > include/linux/libfdt.h | 3 --- > 2 files

[U-Boot] [PATCH 1/5] libfdt: move FDT_RAMDISK_OVERHEAD to image-fdt.c

2018-03-21 Thread Masahiro Yamada
This macro is locally referenced in common/image-fdt.c Signed-off-by: Masahiro Yamada --- common/image-fdt.c | 3 +++ include/linux/libfdt.h | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/image-fdt.c b/common/image-fdt.c index