diff --git a/include/configs/mx6sabre_common.h b/include/configs/mx6sabre_common.h index 2ee91dab15..03d4f34904 100644 --- a/include/configs/mx6sabre_common.h +++ b/include/configs/mx6sabre_common.h @@ -110,7 +110,7 @@ "setexpr fb $fb + 1; " \ "done\0" \ "mmcargs=setenv bootargs console=${console},${baudrate} " \ - "root=PARTUUID=${uuid} rootwait rw\0" \ + "root=PARTUUID=${uuid} rootwait rw " \ VIDEO_ARGS "\0" \ "loadbootscript=" \ "fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${script};\0" \