diff options
author | Lily Zhang <r58066@freescale.com> | 2012-03-27 09:44:08 +0800 |
---|---|---|
committer | Lily Zhang <r58066@freescale.com> | 2012-03-30 20:04:53 +0800 |
commit | b57421ea9aa78c878492ea6349e4e8ab93f3749b (patch) | |
tree | 7f2c57a896296691204b7df464a551dbe559f51c | |
parent | 69b21d8f853cf4b2297ea40b9da0230f6859a99f (diff) | |
download | u-boot-imx-b57421ea9aa78c878492ea6349e4e8ab93f3749b.zip u-boot-imx-b57421ea9aa78c878492ea6349e4e8ab93f3749b.tar.gz u-boot-imx-b57421ea9aa78c878492ea6349e4e8ab93f3749b.tar.bz2 |
ENGR00178024 mx6solo sabreauto: add nosmp arm_freq=800 by default
Add "nosmp arm_freq=800" options for mx6solo sabreauto board
by default
Signed-off-by: Lily Zhang <r58066@freescale.com>
-rw-r--r-- | include/configs/mx6solo_sabreauto.h | 2 | ||||
-rw-r--r-- | include/configs/mx6solo_sabreauto_mfg.h | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/include/configs/mx6solo_sabreauto.h b/include/configs/mx6solo_sabreauto.h index 32a5320..999fb2a 100644 --- a/include/configs/mx6solo_sabreauto.h +++ b/include/configs/mx6solo_sabreauto.h @@ -121,7 +121,7 @@ "kernel=uImage\0" \ "nfsroot=/opt/eldk/arm\0" \ "bootargs_base=setenv bootargs console=ttymxc3,115200 "\ - "enable_wait_mode=off\0" \ + "enable_wait_mode=off nosmp 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/mx6solo_sabreauto_mfg.h b/include/configs/mx6solo_sabreauto_mfg.h index 0e29229..75dbe07 100644 --- a/include/configs/mx6solo_sabreauto_mfg.h +++ b/include/configs/mx6solo_sabreauto_mfg.h @@ -115,7 +115,8 @@ #define CONFIG_LOADADDR 0x10800000 /* loadaddr env var */ #define CONFIG_RD_LOADADDR (CONFIG_LOADADDR + 0x300000) -#define CONFIG_BOOTARGS "console=ttymxc3,115200 rdinit=/linuxrc" +#define CONFIG_BOOTARGS "console=ttymxc3,115200 rdinit=/linuxrc "\ + "nosmp arm_freq=800" #define CONFIG_BOOTCOMMAND "bootm 0x10800000 0x10c00000" #define CONFIG_EXTRA_ENV_SETTINGS \ |