1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00

net: fix typo

Signed-off-by: Flavio Suligoi <f.suligoi@asem.it>
This commit is contained in:
Flavio Suligoi
2020-01-29 09:38:56 +01:00
committed by Tom Rini
parent 678fa61f3e
commit dad9af590a

View File

@@ -580,7 +580,7 @@ enum mv_netc_lanes {
/* Default number of TXQs in use */ /* Default number of TXQs in use */
#define MVPP2_DEFAULT_TXQ 1 #define MVPP2_DEFAULT_TXQ 1
/* Dfault number of RXQs in use */ /* Default number of RXQs in use */
#define MVPP2_DEFAULT_RXQ 1 #define MVPP2_DEFAULT_RXQ 1
#define CONFIG_MV_ETH_RXQ 8 /* increment by 8 */ #define CONFIG_MV_ETH_RXQ 8 /* increment by 8 */