summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAtish Patra <atish.patra@wdc.com>2019-01-09 11:42:37 +0300
committerAnup Patel <anup@brainfault.org>2019-01-18 07:35:12 +0300
commite2ce15cb3be93c3ba8d380a1f0348a6df8606e2a (patch)
treeae7f60e268d84662523ee4ea0321c0dffa010d3a /include
parent1901e8a287bcf7edeeb7aeef05df00675754f2a9 (diff)
downloadopensbi-e2ce15cb3be93c3ba8d380a1f0348a6df8606e2a.tar.xz
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')
-rw-r--r--include/sbi/sbi_types.h1
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;