imx8: update README

After u-boot.cnt is padded to flash.bin automatically by script,
no need to burn the image mannually, so drop the step.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
Peng Fan
2019-10-08 16:36:36 +02:00
committed by Stefano Babic
parent d1c07785fd
commit 62f0bfc016
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -41,7 +41,6 @@ Build U-Boot
============
$ make imx8qm_mek_defconfig
$ make flash.bin
$ dd if=u-boot.cnt of=flash.bin bs=512 seek=1984
Flash the binary into the SD card
=================================
-1
View File
@@ -41,7 +41,6 @@ Build U-Boot
============
$ make imx8qxp_mek_defconfig
$ make flash.bin
$ dd if=u-boot.cnt of=flash.bin bs=512 seek=1984
Flash the binary into the SD card
=================================