mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
driver: net: fsl-mc: Increase MC command timeout
dpni_create API take takes more time as comapred to existing supported APIs of MC Flib. So increase MC command timeout. Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
This commit is contained in:
parent
f9127a046d
commit
553d2751c1
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ int mc_send_command(struct fsl_mc_io *mc_io,
|
|||
struct mc_command *cmd)
|
||||
{
|
||||
enum mc_cmd_status status;
|
||||
int timeout = 6000;
|
||||
int timeout = 12000;
|
||||
|
||||
mc_write_command(mc_io->mmio_regs, cmd);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue