axi_quad_spi has the address range of 0x41E00000 to 0x41E0FFFF. Whenever i use the inbuilt poke in linux prompt for any single address in this range, it pokes that value to all of the addresses in this range e.g.
poke 41E00060 0x25
results in poking this value to the entire spi range.
Why is this happening?