imx8: update README
authorPeng Fan <peng.fan@nxp.com>
Mon, 23 Sep 2019 02:18:45 +0000 (10:18 +0800)
committerStefano Babic <sbabic@denx.de>
Tue, 8 Oct 2019 14:36:36 +0000 (16:36 +0200)
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>
board/freescale/imx8qm_mek/README
board/freescale/imx8qxp_mek/README

index ebf630c446a3c12aed4caa032652d79e0c8a20ab..a187ad8a09ce987a2c7327e2aa4685b6ce83b3ca 100644 (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
 =================================
index 1ee0357961465146627368543413739cfa5e5c68..e676e88664e8eba7f17c8e8c5dc30cca9e8ba242 100644 (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
 =================================