summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMahesh Mahadevan <r9aadq@freescale.com>2011-10-31 11:51:47 -0500
committerJustin Waters <justin.waters@timesys.com>2012-09-05 14:57:53 -0400
commita978869fd3ff9cfc586dfa9425b8e7b462e08ff9 (patch)
tree30bf563c834540b76c0a7fd434f0f158f6fa4404
parente8f6c8ec0aff7e5a03573a51aee7befc0ec069d1 (diff)
ENGR00161125 Update MX6Q Sabrelite config to boot from MMC by default
Boot from MMC by default and disable DHCP by default on MX6Q Sabrelite Signed-off-by: Mahesh Mahadevan <r9aadq@freescale.com>
-rw-r--r--include/configs/mx6q_sabrelite.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/mx6q_sabrelite.h b/include/configs/mx6q_sabrelite.h
index 7b2fadb622e..b8a6f76e38a 100644
--- a/include/configs/mx6q_sabrelite.h
+++ b/include/configs/mx6q_sabrelite.h
@@ -121,12 +121,12 @@
"ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp\0"\
"bootcmd_net=run bootargs_base bootargs_nfs; " \
"tftpboot ${loadaddr} ${kernel}; bootm\0" \
- "bootargs_mmc=setenv bootargs ${bootargs} ip=dhcp " \
+ "bootargs_mmc=setenv bootargs ${bootargs} " \
"root=/dev/mmcblk0p1 rootwait\0" \
"bootcmd_mmc=run bootargs_base bootargs_mmc; " \
"mmc dev 1; " \
"mmc read ${loadaddr} 0x800 0x1800; bootm\0" \
- "bootcmd=run bootcmd_net\0" \
+ "bootcmd=run bootcmd_mmc\0" \
#define CONFIG_ARP_TIMEOUT 200UL