my project use the ls1043a cpu, there are 2 qspi flashes, separated attached to cs0 and cs1.
cs0 flash is bootflash, run on XIP mode. cs1 flash is data flash.
During bootup, it will copy load_firmware.bin to run in OCRAM, responsible for loading firmware from data flash (cs1) and then return to bootflash.
After accessing data flash using AHB mode, how could i reconfigure QSPI controller to access bootflash in XIP mode ?