diff options
Diffstat (limited to 'include/configs')
-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" |