
Renamed driver for Zynq Ultra Scale MP Generic Nand Controller with new naming convention. Signed-off-by: Shakti Bhatnagar <shaktib@xilinx.com>
10 lines
254 B
Text
Executable file
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 = .;
|
|
}
|