aboutsummaryrefslogtreecommitdiff
path: root/bbl/bbl.c
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@dabbelt.com>2017-11-03 16:30:35 -0700
committerPalmer Dabbelt <palmer@dabbelt.com>2017-11-03 16:36:40 -0700
commitd1849cb5e3b8c714c2dae78bb15465f288707ac5 (patch)
treeb3aad5d06c4b9fec59d1e6ecba1fbd25d1833814 /bbl/bbl.c
parent3815c611158f435d36121c2c433af664ad86d8ca (diff)
downloadpk-d1849cb5e3b8c714c2dae78bb15465f288707ac5.zip
pk-d1849cb5e3b8c714c2dae78bb15465f288707ac5.tar.gz
pk-d1849cb5e3b8c714c2dae78bb15465f288707ac5.tar.bz2
Remove the platform interface
We now automatically detect everything that the platform interface used to be used for, so it's now obsolete!
Diffstat (limited to 'bbl/bbl.c')
-rw-r--r--bbl/bbl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bbl/bbl.c b/bbl/bbl.c
index 1f91ea2..1b96a9d 100644
--- a/bbl/bbl.c
+++ b/bbl/bbl.c
@@ -5,7 +5,6 @@
#include "bits.h"
#include "config.h"
#include "fdt.h"
-#include "platform_interface.h"
#include <string.h>
static const void* entry_point;