commit | 43976029ec2ffef3c93f5b842ab26a11a4b791a3 | [log] [tgz] |
---|---|---|
author | Luis Araneda <luaraneda@gmail.com> | Thu Jul 19 03:10:17 2018 -0400 |
committer | Michal Simek <michal.simek@xilinx.com> | Thu Jul 19 10:49:57 2018 +0200 |
tree | f6c761d14d5f32542e62879d008182c7dd172b78 | |
parent | eece623d39a6f457b186ffe1b66ba93835854251 [diff] |
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: Luis Araneda <luaraneda@gmail.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>