mirror of
https://xff.cz/git/u-boot/
synced 2026-01-24 03:25:22 +01:00
After writing data to flash space, next instruction is checking if flash controller is busy writing to the flash memory. Memory barrier is required here to avoid transaction re-ordering for data write and busy status check. Signed-off-by: Vikas Manocha <vikas.manocha@st.com>