summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Sierra <b18039@freescale.com>2012-10-15 17:08:15 -0500
committerAlejandro Sierra <b18039@freescale.com>2012-10-16 11:27:46 -0500
commit7d4a7aa6bd7014ebcb3364b4dbceea137b759c37 (patch)
tree337be9e14aa5a3c771aff155db09d4cc8a179c1e
parent1d11a8a0d609eda3c9d3ec0004008b0cf1eb7454 (diff)
ENGR00229709 Support 2 processors at Linux boot
Remove argument "nosmp" to support dual processor configuration on Linux. Signed-off-by: Alejandro Sierra <b18039@freescale.com>
-rw-r--r--include/configs/mx6dl_sabreauto.h2
-rw-r--r--include/configs/mx6dl_sabreauto_mfg.h2
-rw-r--r--include/configs/mx6dl_sabreauto_nand_mfg.h2
-rw-r--r--include/configs/mx6dl_sabreauto_spi-nor.h2
-rw-r--r--include/configs/mx6dl_sabreauto_spi-nor_mfg.h2
-rw-r--r--include/configs/mx6dl_sabreauto_weimnor.h2
-rw-r--r--include/configs/mx6dl_sabreauto_weimnor_mfg.h2
7 files changed, 7 insertions, 7 deletions
diff --git a/include/configs/mx6dl_sabreauto.h b/include/configs/mx6dl_sabreauto.h
index f92d14c4cf..918000bbd6 100644
--- a/include/configs/mx6dl_sabreauto.h
+++ b/include/configs/mx6dl_sabreauto.h
@@ -127,7 +127,7 @@
"kernel=uImage\0" \
"nfsroot=/opt/eldk/arm\0" \
"bootargs_base=setenv bootargs console=ttymxc3,115200 "\
- "nosmp arm_freq=800\0" \
+ "arm_freq=800\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_sabreauto_mfg.h b/include/configs/mx6dl_sabreauto_mfg.h
index ae2af4606e..591c6c7219 100644
--- a/include/configs/mx6dl_sabreauto_mfg.h
+++ b/include/configs/mx6dl_sabreauto_mfg.h
@@ -117,7 +117,7 @@
#define CONFIG_RD_LOADADDR (CONFIG_LOADADDR + 0x300000)
#define CONFIG_BOOTARGS "console=ttymxc3,115200 rdinit=/linuxrc "\
- "nosmp arm_freq=800"
+ "arm_freq=800"
#define CONFIG_BOOTCOMMAND "bootm 0x10800000 0x10c00000"
#define CONFIG_EXTRA_ENV_SETTINGS \
diff --git a/include/configs/mx6dl_sabreauto_nand_mfg.h b/include/configs/mx6dl_sabreauto_nand_mfg.h
index 4592a80e00..fe7d01e731 100644
--- a/include/configs/mx6dl_sabreauto_nand_mfg.h
+++ b/include/configs/mx6dl_sabreauto_nand_mfg.h
@@ -117,7 +117,7 @@
#define CONFIG_RD_LOADADDR (CONFIG_LOADADDR + 0x300000)
#define CONFIG_BOOTARGS "console=ttymxc3,115200 rdinit=/linuxrc mtdparts=gpmi-nand:16m(boot),16m(kernel),128m(rootfs)"\
- "nosmp arm_freq=800"
+ "arm_freq=800"
#define CONFIG_BOOTCOMMAND "bootm 0x10800000 0x10c00000"
#define CONFIG_EXTRA_ENV_SETTINGS \
diff --git a/include/configs/mx6dl_sabreauto_spi-nor.h b/include/configs/mx6dl_sabreauto_spi-nor.h
index d04a99f4ae..89acb5352d 100644
--- a/include/configs/mx6dl_sabreauto_spi-nor.h
+++ b/include/configs/mx6dl_sabreauto_spi-nor.h
@@ -127,7 +127,7 @@
"kernel=uImage\0" \
"nfsroot=/opt/eldk/arm\0" \
"bootargs_base=setenv bootargs console=ttymxc3,115200 "\
- "nosmp arm_freq=800\0" \
+ "arm_freq=800\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_sabreauto_spi-nor_mfg.h b/include/configs/mx6dl_sabreauto_spi-nor_mfg.h
index d8cbf75096..1447e119c4 100644
--- a/include/configs/mx6dl_sabreauto_spi-nor_mfg.h
+++ b/include/configs/mx6dl_sabreauto_spi-nor_mfg.h
@@ -116,7 +116,7 @@
#define CONFIG_RD_LOADADDR (CONFIG_LOADADDR + 0x300000)
#define CONFIG_BOOTARGS "console=ttymxc3,115200 rdinit=/linuxrc "\
- "nosmp arm_freq=800 spi-nor"
+ "arm_freq=800 spi-nor"
#define CONFIG_BOOTCOMMAND "bootm 0x10800000 0x10c00000"
#define CONFIG_EXTRA_ENV_SETTINGS \
diff --git a/include/configs/mx6dl_sabreauto_weimnor.h b/include/configs/mx6dl_sabreauto_weimnor.h
index bbe87a1ec5..cb00a644ad 100644
--- a/include/configs/mx6dl_sabreauto_weimnor.h
+++ b/include/configs/mx6dl_sabreauto_weimnor.h
@@ -121,7 +121,7 @@
"kernel=uImage\0" \
"nfsroot=/opt/eldk/arm\0" \
"bootargs_base=setenv bootargs console=ttymxc3,115200 "\
- "nosmp arm_freq=800\0" \
+ "arm_freq=800\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_sabreauto_weimnor_mfg.h b/include/configs/mx6dl_sabreauto_weimnor_mfg.h
index 1965985a2a..4521d90119 100644
--- a/include/configs/mx6dl_sabreauto_weimnor_mfg.h
+++ b/include/configs/mx6dl_sabreauto_weimnor_mfg.h
@@ -117,7 +117,7 @@
#define CONFIG_RD_LOADADDR (CONFIG_LOADADDR + 0x300000)
#define CONFIG_BOOTARGS "console=ttymxc3,115200 rdinit=/linuxrc "\
- "nosmp arm_freq=800 weim-nor"
+ "arm_freq=800 weim-nor"
#define CONFIG_BOOTCOMMAND "bootm 0x10800000 0x10c00000"
#define CONFIG_EXTRA_ENV_SETTINGS \