git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9aa4c5
)
include: configs: ls1028a: set SYS_RX_ETH_BUFFER to 8
author
Alex Marginean
<alexandru.marginean@nxp.com>
Wed, 3 Jul 2019 09:11:39 +0000
(12:11 +0300)
committer
Joe Hershberger
<joe.hershberger@ni.com>
Thu, 25 Jul 2019 18:13:30 +0000
(13:13 -0500)
LS1028A ethernet interfaces work with at least 8 BDs, set number of buffers
to match that.
Signed-off-by: Alex Marginean <alexm.osslist@gmail.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
include/configs/ls1028a_common.h
patch
|
blob
|
history
diff --git
a/include/configs/ls1028a_common.h
b/include/configs/ls1028a_common.h
index
896d7a3
..
a6c7c37
100644
(file)
--- a/
include/configs/ls1028a_common.h
+++ b/
include/configs/ls1028a_common.h
@@
-194,4
+194,8
@@
#include <asm/fsl_secure_boot.h>
#endif
+/* Ethernet */
+/* smallest ENETC BD ring has 8 entries */
+#define CONFIG_SYS_RX_ETH_BUFFER 8
+
#endif /* __L1028A_COMMON_H */