mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-05 00:41:17 +01:00
configs: ipq9574: Move net driver macros inside config
Change-Id: I2e25110e2bdcd31e0b60a228766a82f1433709dd Signed-off-by: Selvam Sathappan Periakaruppan <speriaka@codeaurora.org>
This commit is contained in:
parent
a6631b0ee5
commit
2f9a2d758d
1 changed files with 2 additions and 0 deletions
|
|
@ -293,6 +293,7 @@ extern loff_t board_env_size;
|
|||
#endif
|
||||
|
||||
#define CONFIG_IPQ9574_EDMA 1
|
||||
#ifdef CONFIG_IPQ9574_EDMA
|
||||
#define CONFIG_IPQ9574_BRIDGED_MODE 1
|
||||
#define CONFIG_NET_RETRY_COUNT 5
|
||||
#define CONFIG_SYS_RX_ETH_BUFFER 128
|
||||
|
|
@ -306,6 +307,7 @@ extern loff_t board_env_size;
|
|||
#define CONFIG_CMD_TFTPPUT
|
||||
#define CONFIG_IPQ_MDIO 1
|
||||
#define CONFIG_IPQ_ETH_INIT_DEFER
|
||||
#endif
|
||||
|
||||
/*
|
||||
* CRASH DUMP ENABLE
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue