diff options
author | Alejandro Sierra <b18039@freescale.com> | 2012-10-15 17:08:15 -0500 |
---|---|---|
committer | Alejandro Sierra <b18039@freescale.com> | 2012-10-16 11:27:46 -0500 |
commit | 7d4a7aa6bd7014ebcb3364b4dbceea137b759c37 (patch) | |
tree | 337be9e14aa5a3c771aff155db09d4cc8a179c1e /include/configs/mx6dl_sabreauto_weimnor_mfg.h | |
parent | 1d11a8a0d609eda3c9d3ec0004008b0cf1eb7454 (diff) | |
download | u-boot-imx-7d4a7aa6bd7014ebcb3364b4dbceea137b759c37.zip u-boot-imx-7d4a7aa6bd7014ebcb3364b4dbceea137b759c37.tar.gz u-boot-imx-7d4a7aa6bd7014ebcb3364b4dbceea137b759c37.tar.bz2 |
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>
Diffstat (limited to 'include/configs/mx6dl_sabreauto_weimnor_mfg.h')
-rw-r--r-- | include/configs/mx6dl_sabreauto_weimnor_mfg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6dl_sabreauto_weimnor_mfg.h b/include/configs/mx6dl_sabreauto_weimnor_mfg.h index 1965985..4521d90 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 \ |