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 @@
"root=/dev/nfs " \
"ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp\0" \
"netboot=echo Booting from net ...; " \
"usb start; " \
"run netargs; " \
"if test ${ip_dyn} = yes; then " \
"setenv get_cmd dhcp; " \
......@@ -192,6 +193,10 @@
#define CONFIG_ENV_SPI_MAX_HZ CONFIG_SF_DEFAULT_SPEED
#endif
/* Network */
#define CONFIG_CMD_PING
#define CONFIG_CMD_DHCP
/* USB Configs */
#define 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