powerpc: Update in-kernel dtc and libfdt to version 1.2.0
Some time ago, a copies of the upstream dtc and libfdt sources were included in the kernel tree to avoid having these as external dependencies for building the kernel. Since then development on the upstream dtc and libfdt has continued. This updates the in-kernel versions to match the recently released upstream dtc version 1.2.0. This includes a number of bugfixes, many cleanups and a few new features. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
committed by
Paul Mackerras
parent
0ec27c049d
commit
ed95d7450d
@@ -6,6 +6,7 @@
|
||||
|
||||
typedef u32 uint32_t;
|
||||
typedef u64 uint64_t;
|
||||
typedef unsigned long uintptr_t;
|
||||
|
||||
#define fdt16_to_cpu(x) (x)
|
||||
#define cpu_to_fdt16(x) (x)
|
||||
|
Reference in New Issue
Block a user