Commit 5848df24 authored by Dimitris Lampridis's avatar Dimitris Lampridis Committed by Grzegorz Daniluk

dev/sdb-storage: add support for SVEC sdbfs on 0x600000 offset

parent ebf0aa97
......@@ -200,7 +200,8 @@ void storage_init(int chosen_i2cif, int chosen_i2c_addr)
0x200, /* IPMI with MultiRecord */
0x300, /* IPMI with larger MultiRecord */
0x170000, /* after first FPGA bitstream */
0x2e0000}; /* after MultiBoot bitstream */
0x2e0000, /* after MultiBoot bitstream */
0x600000}; /* after SVEC AFPGA bitstream */
int i, ret;
/*
......
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