
Removed multiple inclusion of header files, unused variables, unused function parameters. Signed-off-by: Shakti Bhatnagar <shaktib@xilinx.com>
10 lines
254 B
Text
Executable file
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 = .;
|
|
}
|