diff options
author | Jason Liu <r64343@freescale.com> | 2012-02-09 21:49:16 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2012-02-09 21:51:09 +0800 |
commit | 0f8cf0cc51e6b209fd49213f84c5e4f612025cce (patch) | |
tree | 0c399ece229b5ed63f6277e81dba4f4ed1b0b58e /include | |
parent | 29be0c253854e48547a45ee4b7ad0413e2a58524 (diff) | |
download | u-boot-imx-0f8cf0cc51e6b209fd49213f84c5e4f612025cce.zip u-boot-imx-0f8cf0cc51e6b209fd49213f84c5e4f612025cce.tar.gz u-boot-imx-0f8cf0cc51e6b209fd49213f84c5e4f612025cce.tar.bz2 |
ENGR00174155-2 i.mx6sdl: enable i.mx6solo config by defaultrel_imx_3.0.15_12.02.01imx_v2009.08_12.02.01
enable i.mx6solo config by default
Signed-off-by: Jason Liu <r64343@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx6dl_arm2.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/mx6dl_arm2.h b/include/configs/mx6dl_arm2.h index 22cfe66..5c96b11 100644 --- a/include/configs/mx6dl_arm2.h +++ b/include/configs/mx6dl_arm2.h @@ -118,7 +118,8 @@ "uboot=u-boot.bin\0" \ "kernel=uImage\0" \ "nfsroot=/opt/eldk/arm\0" \ - "bootargs_base=setenv bootargs console=ttymxc0,115200\0"\ + "bootargs_base=setenv bootargs console=ttymxc0,115200 "\ + "nosmp arm_freq=800 enable_wait_mode=off\0" \ "bootargs_nfs=setenv bootargs ${bootargs} root=/dev/nfs "\ "ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp\0"\ "bootcmd_net=run bootargs_base bootargs_nfs; " \ |