From 205f04afdcc2d1e595a641117015128b565249f8 Mon Sep 17 00:00:00 2001 From: Raman Date: Wed, 24 Aug 2016 08:05:41 +0530 Subject: [PATCH] Disable mmcfs on the SDRAM kit for now --- boards/known/xmc4500-hexagon-sdram.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/known/xmc4500-hexagon-sdram.lua b/boards/known/xmc4500-hexagon-sdram.lua index c9afbe04c..4498ca7f9 100644 --- a/boards/known/xmc4500-hexagon-sdram.lua +++ b/boards/known/xmc4500-hexagon-sdram.lua @@ -25,7 +25,7 @@ return { xmc45_disp = false, wofs = false, romfs = true, - mmcfs = { spi = 0, cs_port = 0, cs_pin = 0 }, + -- mmcfs = { spi = 0, cs_port = 0, cs_pin = 0 }, shell = true, term = { lines = 25, cols = 80 }, linenoise = { shell_lines = 10, lua_lines = 50 },