[PATCH 5/6] BBB: config.h: Enable the "sd" command via INCLUDE_SD
Jarielle Catbagan
jcatbagan93 at gmail.com
Mon Aug 3 04:16:42 UTC 2015
---
ports/beagleboneblack/config.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ports/beagleboneblack/config.h b/ports/beagleboneblack/config.h
index e5fa4c1..61bd005 100644
--- a/ports/beagleboneblack/config.h
+++ b/ports/beagleboneblack/config.h
@@ -188,7 +188,7 @@
#define INCLUDE_JFFS2ZLIB 0
#define INCLUDE_FBI 0
#define INCLUDE_TSI 0
-#define INCLUDE_SD 0
+#define INCLUDE_SD 1
#define INCLUDE_DNS 0
#define INCLUDE_BLINKLED 1
#define TARGET_BLINKLED target_blinkled
--
2.5.0
More information about the umon-devel
mailing list