commit | 53359016caf6db9ab2347517a323d6ba8eb6671e | [log] [tgz] |
---|---|---|
author | David Gibson <david@gibson.dropbear.id.au> | Wed Jun 25 13:53:07 2008 +1000 |
committer | Jon Loeliger <jdl@jdl.com> | Mon Jul 14 12:07:19 2008 -0500 |
tree | 842a2883cc831aaab29db92a528d025d098cc4f3 | |
parent | f8e52fe6d87cadbaf0b440073fb9137bef36ee98 [diff] |
dtc: Use stdint.h types throughout dtc Currently, dtc defines Linux-like names for various fixed-size integer types. There's no good reason to do this; even Linux itself doesn't use these names for externally visible things any more. This patch replaces these with the C99 standardized type names from stdint.h. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>