Skip to content
Snippets Groups Projects
Commit b7db2831 authored by Peter Chen's avatar Peter Chen Committed by Robby Cai
Browse files

MLK-13311 configs: mx6sll_lpddr3_arm2: Enable network function


Since mx6sll has no ethernet controller, we take USB ethernet device as
network device by default.

Signed-off-by: default avatarPeter Chen <peter.chen@nxp.com>
(cherry picked from commit f6c75d01)
parent cf99e33f
No related branches found
No related tags found
No related merge requests found
...@@ -109,6 +109,7 @@ ...@@ -109,6 +109,7 @@
"root=/dev/nfs " \ "root=/dev/nfs " \
"ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp\0" \ "ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp\0" \
"netboot=echo Booting from net ...; " \ "netboot=echo Booting from net ...; " \
"usb start; " \
"run netargs; " \ "run netargs; " \
"if test ${ip_dyn} = yes; then " \ "if test ${ip_dyn} = yes; then " \
"setenv get_cmd dhcp; " \ "setenv get_cmd dhcp; " \
...@@ -192,6 +193,10 @@ ...@@ -192,6 +193,10 @@
#define CONFIG_ENV_SPI_MAX_HZ CONFIG_SF_DEFAULT_SPEED #define CONFIG_ENV_SPI_MAX_HZ CONFIG_SF_DEFAULT_SPEED
#endif #endif
/* Network */
#define CONFIG_CMD_PING
#define CONFIG_CMD_DHCP
/* USB Configs */ /* USB Configs */
#define CONFIG_CMD_USB #define CONFIG_CMD_USB
#ifdef CONFIG_CMD_USB #ifdef CONFIG_CMD_USB
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment