From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Sat, 01 Mar 2008 15:32:11 -0500 Subject: [U-Boot-Users] [PATCH 5/8] [new uImage] Add libfdt support to mkimage In-Reply-To: <20080229231949.8049.60884.stgit@hekate.izotz.org> References: <20080229231920.8049.35680.stgit@hekate.izotz.org> <20080229231949.8049.60884.stgit@hekate.izotz.org> Message-ID: <47C9BD4B.3090902@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Marian Balakowicz wrote: > From: Bartlomiej Sieka > > Signed-off-by: Bartlomiej Sieka > --- > > Makefile | 3 +++ > include/libfdt_env.h | 4 ++++ > libfdt/fdt.c | 4 ++++ > libfdt/fdt_ro.c | 4 ++++ > libfdt/fdt_rw.c | 4 ++++ > libfdt/fdt_strerror.c | 4 ++++ > libfdt/fdt_wip.c | 4 ++++ > tools/.gitignore | 7 +++++++ > tools/Makefile | 51 ++++++++++++++++++++++++++++++++++++++++++++++--- > tools/fdt_host.h | 28 +++++++++++++++++++++++++++ > tools/mkimage.h | 1 + > 11 files changed, 111 insertions(+), 3 deletions(-) > create mode 100644 tools/fdt_host.h Arrrr, I'm not wild about this, but I cannot suggest a better way. :-( All these (trivial) touches to libfdt/* are annoying and could cause patch tracking of the dtc/libfdt source to break. I guess that is the risk we live with unless or until someone comes up with a better way. :-( Best regards, gvb