diff options
author | Atish Patra <atish.patra@wdc.com> | 2019-01-09 00:42:37 -0800 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2019-01-18 10:05:12 +0530 |
commit | e2ce15cb3be93c3ba8d380a1f0348a6df8606e2a (patch) | |
tree | ae7f60e268d84662523ee4ea0321c0dffa010d3a /include/sbi/sbi_types.h | |
parent | 1901e8a287bcf7edeeb7aeef05df00675754f2a9 (diff) |
platform: Add libfdt support.
Some of the platform (i.e. SiFive FU540) requires Device
Tree modification before it is passed to higher stages.
Add libfdt support now to help this process. Libfdt should
only be included per platform basis.
Signed-off-by: Atish Patra <atish.patra@wdc.com>
Diffstat (limited to 'include/sbi/sbi_types.h')
-rw-r--r-- | include/sbi/sbi_types.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sbi/sbi_types.h b/include/sbi/sbi_types.h index 3993842..c6cdf18 100644 --- a/include/sbi/sbi_types.h +++ b/include/sbi/sbi_types.h @@ -12,7 +12,6 @@ typedef char s8; typedef unsigned char u8; -typedef char int8_t; typedef unsigned char uint8_t; typedef short s16; |