Commit 592db092 authored by Wesley W. Terpstra's avatar Wesley W. Terpstra

Revert "sdbfs for flash with FPGA bitstream file"

This reverts commit 7e2ee9b4.

You can't put a bitstream into the middle of a tiny EEPROM.
If you intend to build an sdbfs for a switch, make a new image.
parent a044c32c
......@@ -3,7 +3,7 @@
# at offset zero at all, we want to start at zero *wihin* our space.
# This is actually the default, but stating it is better.
.
position = 1507328
position = 0
# Then, we have a number of writable files. By default (i.e. no config)
# all existing files are created as read-only files with current contents
......@@ -11,11 +11,6 @@
#
# Allocation granularity is 64 bytes
bitstream
write = 1
position = 0
maxsize = 1507328
mac-address
write = 1
maxsize = 6
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment