
16 Jan
2018
16 Jan
'18
3:51 p.m.
On 9 January 2018 at 01:34, Masahiro Yamada yamada.masahiro@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@socionext.com
include/libfdt.h | 5 +++++ include/libfdt_env.h | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org