1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00

[new uImage] Add libfdt support to mkimage

Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
This commit is contained in:
Bartlomiej Sieka
2008-02-29 16:00:24 +01:00
committed by Marian Balakowicz
parent a6e530f00d
commit 8cf30809a8
11 changed files with 111 additions and 3 deletions

View File

@@ -33,6 +33,7 @@
#include <time.h>
#include <unistd.h>
#include <sha1.h>
#include "fdt_host.h"
#if defined(__BEOS__) || defined(__NetBSD__) || defined(__APPLE__)
#include <inttypes.h>