embeddedsw/XilinxProcessorIPLib/drivers/nandpsu/intgTest/README.txt
Shakti Bhatnagar ea6ef8942d nandpsu_v1_0: Renamed driver for Zynq UltraScale MP Generic NAND controller.
Renamed driver for Zynq Ultra Scale MP Generic Nand Controller with
new naming convention.

Signed-off-by: Shakti Bhatnagar <shaktib@xilinx.com>
2015-02-17 11:49:56 +05:30

10 lines
254 B
Text
Executable file

NandPsu Integration test
- On R5 processors, you may get compilation error for bsp stating "undefined reference to `end'"
Add end = .; at the end of the linker script to remove this error
} > ps8_ocm_ram_0_S_AXI_BASEADDR
_end = .;
end = .;
}