fix(TFTF): ensure robustness of SError inject test

A previous patch [1] fixed a race condition by moving a store
instruction earlier in the SError inject test. However, this
was not made robust by introducing the correct data barrier
instructions. This patch introduces dsb instructions to ensure
the race condition does not return.

[1] https://review.trustedfirmware.org/c/TF-A/tf-a-tests/+/6892

Signed-off-by: David Horstmann <david.horstmann@arm.com>
Change-Id: I7ec6b0acba7c8661284c572fe373ead902727b10
1 file changed