Skip to content

Commit b3975cc

Browse files
joevtdingusdev
authored andcommitted
spdram: Add EDO.
1 parent f7b5a44 commit b3975cc

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

devices/memctrl/spdram.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,10 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
5555
#include <stdexcept>
5656
#include <string>
5757

58-
enum RAMType : int { SDRAM = 4 };
58+
enum RAMType : int {
59+
EDO = 2,
60+
SDRAM = 4,
61+
};
5962

6063

6164
class SpdSdram168 : public I2CDevice {

0 commit comments

Comments
 (0)