From 9df0e665afb47bd387d2493356867a3c53a72f50 Mon Sep 17 00:00:00 2001 From: Jarielle Catbagan Date: Sun, 2 Aug 2015 21:16:42 -0700 Subject: BBB: config.h: Enable the "sd" command via INCLUDE_SD --- 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 -- cgit v1.2.3