diff options
author | Tom Rini <trini@konsulko.com> | 2022-03-25 08:02:04 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-03-25 08:02:31 -0400 |
commit | 3b2d19c838a48350e06d4c12e4d749eec0217f2c (patch) | |
tree | 2365bd9cda80b0bcbd56d181683186534287553c /include/net.h | |
parent | a958c58571ef2af420f482f47a34924d75510065 (diff) | |
parent | b40d2b2891382398c1be1df6ee1b6390f247a030 (diff) |
Merge branch '2022-03-25-Kconfig-migrations' into next
- Merge a number of Kconfig migration patches
Diffstat (limited to 'include/net.h')
-rw-r--r-- | include/net.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/include/net.h b/include/net.h index b02e4f630c0..675bf4171b1 100644 --- a/include/net.h +++ b/include/net.h @@ -35,13 +35,7 @@ struct udevice; * alignment in memory. * */ - -#ifdef CONFIG_SYS_RX_ETH_BUFFER -# define PKTBUFSRX CONFIG_SYS_RX_ETH_BUFFER -#else -# define PKTBUFSRX 4 -#endif - +#define PKTBUFSRX CONFIG_SYS_RX_ETH_BUFFER #define PKTALIGN ARCH_DMA_MINALIGN /* Number of packets processed together */ |