diff options
author | Bartlomiej Sieka <tur@semihalf.com> | 2008-02-29 16:00:24 +0100 |
---|---|---|
committer | Marian Balakowicz <m8@semihalf.com> | 2008-02-29 16:00:24 +0100 |
commit | 8cf30809a82902a471866d2f07725ce3b8a22291 (patch) | |
tree | 87ab025457f538b8313c418ffab396f68b5f2821 /tools/.gitignore | |
parent | a6e530f00d31a8494a0422799b2b9a692a9c0eb9 (diff) | |
download | u-boot-imx-8cf30809a82902a471866d2f07725ce3b8a22291.zip u-boot-imx-8cf30809a82902a471866d2f07725ce3b8a22291.tar.gz u-boot-imx-8cf30809a82902a471866d2f07725ce3b8a22291.tar.bz2 |
[new uImage] Add libfdt support to mkimage
Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
Diffstat (limited to 'tools/.gitignore')
-rw-r--r-- | tools/.gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/.gitignore b/tools/.gitignore index c33679a..0ce2e77 100644 --- a/tools/.gitignore +++ b/tools/.gitignore @@ -7,3 +7,10 @@ /mkimage /sha1.c /ubsha1 +/image.c +/fdt.c +/fdt_ro.c +/fdt_rw.c +/fdt_strerror.c +/fdt_wip.c +/libfdt_internal.h |