projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d470030
)
colibri-vf: Enable SPI support
author
Bhuvanchandra DV
<bhuvanchandra.dv@toradex.com>
Mon, 1 Jun 2015 13:07:22 +0000
(18:37 +0530)
committer
Stefano Babic
<sbabic@denx.de>
Mon, 8 Jun 2015 06:41:55 +0000
(08:41 +0200)
Signed-off-by: Bhuvanchandra DV <bhuvanchandra.dv@toradex.com>
Acked-by: Stefan Agner <stefan@agner.ch>
include/configs/colibri_vf.h
patch
|
blob
|
history
diff --git
a/include/configs/colibri_vf.h
b/include/configs/colibri_vf.h
index 195102bcda0bcf958e6f25f6e6807dc16f6cc09a..56e6d975201279f561f98e7385c262e66b4569d4 100644
(file)
--- a/
include/configs/colibri_vf.h
+++ b/
include/configs/colibri_vf.h
@@
-272,4
+272,11
@@
#define CONFIG_USB_GADGET_MASS_STORAGE
#define CONFIG_CMD_USB_MASS_STORAGE
+/* Enable SPI support */
+#ifdef CONFIG_OF_CONTROL
+#define CONFIG_DM_SPI
+#define CONFIG_CMD_SPI
+#define CONFIG_FSL_DSPI
+#endif
+
#endif /* __CONFIG_H */