]> Git Repo - J-u-boot.git/commit
drivers: fpga: zynqpl: fix compilation with SPL
authorLuis Araneda <[email protected]>
Thu, 19 Jul 2018 07:10:17 +0000 (03:10 -0400)
committerMichal Simek <[email protected]>
Thu, 19 Jul 2018 08:49:57 +0000 (10:49 +0200)
commitd600c4f6b09f75c3bb0ef588cde69cc236ec3feb
treef6c761d14d5f32542e62879d008182c7dd172b78
parent3907eef1a385e52d99d9888de078cd652548a668
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 <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
drivers/fpga/zynqpl.c
This page took 0.027439 seconds and 4 git commands to generate.