Skip to content
Snippets Groups Projects
Commit d600c4f6 authored by Luis Araneda's avatar Luis Araneda Committed by Michal Simek
Browse files

drivers: fpga: zynqpl: fix compilation with SPL


Disable the use of function zynq_loadfs when compiling
the driver for the SPL, as the following filesystem
functions are not found by the linker:
- fs_set_blk_dev
- fs_read
- fs_set_blk_dev
- fs_read
- fs_read

Signed-off-by: default avatarLuis Araneda <luaraneda@gmail.com>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 3907eef1
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment