Re: [U-Boot] [PATCH] Fix out-of-tree tools/fdt build

2008-09-07 Thread Jerry Van Baren
Jerry Van Baren wrote: > The fdt header files must come from the u-boot versions when building > the tools (we must use the same definitions in the tools as in the > u-boot image). To ensure this, generate the "fdt_host.h" file in the > Makefile to use the full path to the u-boot fdt header files.

[U-Boot] [PATCH] Fix out-of-tree tools/fdt build

2008-09-07 Thread Jerry Van Baren
The fdt header files must come from the u-boot versions when building the tools (we must use the same definitions in the tools as in the u-boot image). To ensure this, generate the "fdt_host.h" file in the Makefile to use the full path to the u-boot fdt header files. Signed-off-by: Gerald Van Bar