summaryrefslogtreecommitdiff
path: root/include/configs/mx6ullevk.h
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2020-04-16 04:06:20 -0700
committerYe Li <ye.li@nxp.com>2022-04-06 15:58:45 +0800
commita29775fa3556e869886d7405b848865532f8f345 (patch)
tree14b4c65568c9ea1dcb59d5c622c7888e76999555 /include/configs/mx6ullevk.h
parentfd0d4fbd8ba50059f5002e273c8eda6488d20e87 (diff)
MLK-23574-31 mx6ulz_evk: Update mx6ulz EVK board codes
1. Add emmc, nand, and qspi boot support: defconfigs and DTS 2. Support USB2NET dongle 3. Fix is_mx6ull to include 6ulz 4. Update DTS model name 5. Modify ENV offset to 896KB for SD/eMMC Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit 535e6e44ad7ef537a21a2bbdc9a6f414f679f23b) (cherry picked from commit 2804c931d75f802d1793dab28822abec21a3deaf) (cherry picked from commit a20d9acf9e3b6152be6d7a9906b178b28adc354e) (cherry picked from commit 5c69a16797dd799c4c63a09b7121e5dadcae42ef)
Diffstat (limited to 'include/configs/mx6ullevk.h')
-rw-r--r--include/configs/mx6ullevk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/mx6ullevk.h b/include/configs/mx6ullevk.h
index 91b94321da7..1004cf8fa0a 100644
--- a/include/configs/mx6ullevk.h
+++ b/include/configs/mx6ullevk.h
@@ -148,6 +148,7 @@
"root=/dev/nfs " \
"ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp\0" \
"netboot=echo Booting from net ...; " \
+ "${usb_net_cmd}; " \
"run netargs; " \
"if test ${ip_dyn} = yes; then " \
"setenv get_cmd dhcp; " \