diff options
author | Alejandro Sierra <b18039@freescale.com> | 2012-10-15 17:21:37 -0500 |
---|---|---|
committer | Alejandro Sierra <b18039@freescale.com> | 2012-10-16 11:27:46 -0500 |
commit | 2130d083c3d231f7a417fe120bf15de0237ac391 (patch) | |
tree | 6b81114f02a41e2753335eaae230bf0a1751912e | |
parent | 7d4a7aa6bd7014ebcb3364b4dbceea137b759c37 (diff) | |
download | u-boot-imx-2130d083c3d231f7a417fe120bf15de0237ac391.zip u-boot-imx-2130d083c3d231f7a417fe120bf15de0237ac391.tar.gz u-boot-imx-2130d083c3d231f7a417fe120bf15de0237ac391.tar.bz2 |
ENGR00229711 Add weim-nor argument on uboot config Quad/DL
Missing argument "weim-nor" on uboot configuration
to boot from NOR.
Quad/DL
Signed-off-by: Alejandro Sierra <b18039@freescale.com>
-rw-r--r-- | include/configs/mx6dl_sabreauto_weimnor.h | 2 | ||||
-rw-r--r-- | include/configs/mx6q_sabreauto_weimnor.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/mx6dl_sabreauto_weimnor.h b/include/configs/mx6dl_sabreauto_weimnor.h index cb00a64..d9e12dc 100644 --- a/include/configs/mx6dl_sabreauto_weimnor.h +++ b/include/configs/mx6dl_sabreauto_weimnor.h @@ -133,7 +133,7 @@ "mmc read ${loadaddr} 0x800 0x2000; bootm\0" \ "bootcmd=run bootcmd_nor\0" \ "bootargs_nor=setenv bootargs ${bootargs} root=/dev/nfs "\ - "ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp\0"\ + "ip=dhcp weim-nor nfsroot=${serverip}:${nfsroot},v3,tcp\0"\ "bootcmd_nor=run bootargs_base bootargs_nor; "\ "cp.l 0x8080000 ${loadaddr} 0x400000; bootm\0" diff --git a/include/configs/mx6q_sabreauto_weimnor.h b/include/configs/mx6q_sabreauto_weimnor.h index 725d9ac..a3db3a1 100644 --- a/include/configs/mx6q_sabreauto_weimnor.h +++ b/include/configs/mx6q_sabreauto_weimnor.h @@ -132,7 +132,7 @@ "mmc read ${loadaddr} 0x800 0x2000; bootm\0" \ "bootcmd=run bootcmd_nor\0" \ "bootargs_nor=setenv bootargs ${bootargs} root=/dev/nfs "\ - "ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp\0"\ + "ip=dhcp weim-nor nfsroot=${serverip}:${nfsroot},v3,tcp\0"\ "bootcmd_nor=run bootargs_base bootargs_nor; "\ "cp.l 0x8080000 ${loadaddr} 0x400000; bootm\0" |