commit | d600c4f6b09f75c3bb0ef588cde69cc236ec3feb | [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 | 3907eef1a385e52d99d9888de078cd652548a668 [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>