Skip to content

Commit

Permalink
Disable mmcfs on the SDRAM kit for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ramangopalan committed Aug 24, 2016
1 parent b82b1f6 commit 205f04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/known/xmc4500-hexagon-sdram.lua
Expand Up @@ -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 },
Expand Down

0 comments on commit 205f04a

Please sign in to comment.