Open
Description
Reading through the SPINANDBlockDevice code, I realized it has the same issues as the QSPIF and OSPIF block devices had with global data initialization order. We fixed those other two classes in #167 , and we need to apply the same fix to this class.