summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Sun <jian.sun@freescale.com>2012-06-29 18:23:12 +0800
committerJustin Waters <justin.waters@timesys.com>2012-09-12 11:05:52 -0400
commitc4204438d22a56b5ffe5516a893a91f677a44755 (patch)
treeeb9e5f62bd56e9763ed5d0c17e47d8ad18e048d5
parent0f2dcf21321430fbffe1f7895b38de27c01b8949 (diff)
ENGR00215367 MX6 Platforms, remove "nosmp" in default parameters
nosmp is added in the bootargs originally because of issues in kernel smp implementation. Now these issues are fixed and we can safely remove them Signed-off-by: Eric Sun <jian.sun@freescale.com>
-rw-r--r--include/configs/mx6dl_arm2.h3
-rw-r--r--include/configs/mx6dl_arm2_lpddr2.h3
2 files changed, 2 insertions, 4 deletions
diff --git a/include/configs/mx6dl_arm2.h b/include/configs/mx6dl_arm2.h
index d0081b9b89..15abcabf6c 100644
--- a/include/configs/mx6dl_arm2.h
+++ b/include/configs/mx6dl_arm2.h
@@ -120,8 +120,7 @@
"uboot=u-boot.bin\0" \
"kernel=uImage\0" \
"nfsroot=/opt/eldk/arm\0" \
- "bootargs_base=setenv bootargs console=ttymxc3,115200 "\
- "nosmp\0" \
+ "bootargs_base=setenv bootargs console=ttymxc3,115200\0"\
"bootargs_nfs=setenv bootargs ${bootargs} root=/dev/nfs "\
"ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp\0"\
"bootcmd_net=run bootargs_base bootargs_nfs; " \
diff --git a/include/configs/mx6dl_arm2_lpddr2.h b/include/configs/mx6dl_arm2_lpddr2.h
index 861b9eeccf..be5c4e4e9a 100644
--- a/include/configs/mx6dl_arm2_lpddr2.h
+++ b/include/configs/mx6dl_arm2_lpddr2.h
@@ -121,8 +121,7 @@
"uboot=u-boot.bin\0" \
"kernel=uImage\0" \
"nfsroot=/opt/eldk/arm\0" \
- "bootargs_base=setenv bootargs console=ttymxc3,115200 "\
- "nosmp\0" \
+ "bootargs_base=setenv bootargs console=ttymxc3,115200\0"\
"bootargs_nfs=setenv bootargs ${bootargs} root=/dev/nfs "\
"ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp\0"\
"bootcmd_net=run bootargs_base bootargs_nfs; " \