diff options
| author | Tom Rini <[email protected]> | 2021-12-17 07:24:56 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-12-17 07:24:56 -0500 |
| commit | c03942ddc9e88d86d919504299905e4e8b0003cd (patch) | |
| tree | c3e82e7cefbd2c779474599c165b478abff4f0b5 /drivers | |
| parent | 5b20efeafec0ebe0ee5742c611e4f2153346797a (diff) | |
| parent | 4720b83d2c711062cfb55f03591b8f12c897d7cb (diff) | |
Merge commit '4720b83d2c711062cfb55f03591b8f12c897d7cb' of https://github.com/tienfong/uboot_mainline
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/fpga/socfpga_arria10.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/fpga/socfpga_arria10.c b/drivers/fpga/socfpga_arria10.c index b992e6f0805..798e3a3f906 100644 --- a/drivers/fpga/socfpga_arria10.c +++ b/drivers/fpga/socfpga_arria10.c @@ -604,7 +604,8 @@ static int first_loading_rbf_to_buffer(struct udevice *dev, if (strstr(uname, "fpga-periph") && (!is_fpgamgr_early_user_mode() || - is_fpgamgr_user_mode())) { + is_fpgamgr_user_mode() || + is_periph_program_force())) { fpga_node_name = uname; printf("FPGA: Start to program "); printf("peripheral/full bitstream ...\n"); |
