···54545555 /* The BF526 ROM will crash during reset */5656#if defined(__ADSPBF522__) || defined(__ADSPBF524__) || defined(__ADSPBF526__)5757- bfin_read_SWRST();5757+ /* Seems to be fixed with newer parts though ... */5858+ if (__SILICON_REVISION__ < 1 && bfin_revid() < 1)5959+ bfin_read_SWRST();5860#endif59616062 /* Wait for the SWRST write to complete. Cannot rely on SSYNC