projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3928532
)
spl: Drop include of i2c.h
author
Simon Glass
<sjg@chromium.org>
Mon, 4 Jul 2016 17:57:43 +0000
(11:57 -0600)
committer
Simon Glass
<sjg@chromium.org>
Fri, 15 Jul 2016 02:40:24 +0000
(20:40 -0600)
This file does not appear to use I2C, so drop this include.
Signed-off-by: Simon Glass <sjg@chromium.org>
common/spl/spl.c
patch
|
blob
|
history
diff --git
a/common/spl/spl.c
b/common/spl/spl.c
index 840910a6844425f04bcda3b4b280374369ae17d0..5fbf101fb1c0011f913e387e2daf368e77366593 100644
(file)
--- a/
common/spl/spl.c
+++ b/
common/spl/spl.c
@@
-13,7
+13,6
@@
#include <nand.h>
#include <fat.h>
#include <version.h>
-#include <i2c.h>
#include <image.h>
#include <malloc.h>
#include <dm/root.h>