embeddedsw/XilinxProcessorIPLib/drivers/nandps8_v2_0/intgTest/README.txt
Shakti Bhatnagar 9b4870e9cb ndps8_v2_0: Optimized integration test files.
Removed multiple inclusion of header files,
unused variables, unused function parameters.

Signed-off-by: Shakti Bhatnagar <shaktib@xilinx.com>
2014-12-22 11:55:52 +05:30

10 lines
254 B
Text
Executable file

NandPs8 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 = .;
}