diff options
Diffstat (limited to 'include/configs/mx6q_sabreauto.h')
-rw-r--r-- | include/configs/mx6q_sabreauto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6q_sabreauto.h b/include/configs/mx6q_sabreauto.h index 0043f9b..cd0aa73 100644 --- a/include/configs/mx6q_sabreauto.h +++ b/include/configs/mx6q_sabreauto.h @@ -127,7 +127,7 @@ "root=/dev/mmcblk0p1 rootwait\0" \ "bootcmd_mmc=run bootargs_base bootargs_mmc; " \ "mmc dev 2; " \ - "mmc read ${loadaddr} 0x800 0x1800; bootm\0" \ + "mmc read ${loadaddr} 0x800 0x2000; bootm\0" \ "bootcmd=run bootcmd_mmc\0" \ |