diff options
Diffstat (limited to 'drivers/fpga/spartan3.c')
-rw-r--r-- | drivers/fpga/spartan3.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/fpga/spartan3.c b/drivers/fpga/spartan3.c index e892fa571f1..98405589134 100644 --- a/drivers/fpga/spartan3.c +++ b/drivers/fpga/spartan3.c @@ -11,8 +11,9 @@ #define LOG_CATEGORY UCLASS_FPGA -#include <common.h> /* core U-Boot definitions */ +#include <config.h> /* core U-Boot definitions */ #include <log.h> +#include <time.h> #include <spartan3.h> /* Spartan-II device family */ /* Note: The assumption is that we cannot possibly run fast enough to @@ -90,7 +91,6 @@ static int spartan3_info(xilinx_desc *desc) return FPGA_SUCCESS; } - /* ------------------------------------------------------------------------- */ /* Spartan-II Slave Parallel Generic Implementation */ @@ -292,7 +292,6 @@ static int spartan3_sp_dump(xilinx_desc *desc, const void *buf, size_t bsize) return ret_val; } - /* ------------------------------------------------------------------------- */ static int spartan3_ss_load(xilinx_desc *desc, const void *buf, size_t bsize) |