[U-Boot] [PATCH 5/7] libfdt: move working_fdt and FDT_RAMDISK_OVERHEAD to include/libfdt.h
Simon Glass
sjg at chromium.org
Tue Jan 16 14:51:03 UTC 2018
On 9 January 2018 at 01:34, Masahiro Yamada
<yamada.masahiro at socionext.com> wrote:
> libfdt_env.h exists to contain system-dependent defines:
>
> - typedef of fdt*_t
> - fdt*_to_cpu(), cpu_to_fdt*
>
> working_fdt and FDT_RAMDISK_OVERHEAD are unrelated to the environment,
> so they must get out of this header.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
> ---
>
> include/libfdt.h | 5 +++++
> include/libfdt_env.h | 5 -----
> 2 files changed, 5 insertions(+), 5 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list