summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Sierra <b18039@freescale.com>2012-10-15 17:21:37 -0500
committerAlejandro Sierra <b18039@freescale.com>2012-10-16 11:27:46 -0500
commit2130d083c3d231f7a417fe120bf15de0237ac391 (patch)
tree6b81114f02a41e2753335eaae230bf0a1751912e
parent7d4a7aa6bd7014ebcb3364b4dbceea137b759c37 (diff)
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.h2
-rw-r--r--include/configs/mx6q_sabreauto_weimnor.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/mx6dl_sabreauto_weimnor.h b/include/configs/mx6dl_sabreauto_weimnor.h
index cb00a644ad..d9e12dc09e 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 725d9ac220..a3db3a10a5 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"