diff mbox series

[U-Boot,6/6] imx8: update README

Message ID 20190920034412.31767-6-peng.fan@nxp.com
State Superseded
Delegated to: Tom Rini
Headers show
Series [U-Boot,1/6] spl: mmc: introduce spl_mmc_get_uboot_raw_sector | expand

Commit Message

Peng Fan Sept. 20, 2019, 3:27 a.m. UTC
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  | 1 -
 board/freescale/imx8qxp_mek/README | 1 -
 2 files changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/board/freescale/imx8qm_mek/README b/board/freescale/imx8qm_mek/README
index ebf630c446..a187ad8a09 100644
--- a/board/freescale/imx8qm_mek/README
+++ b/board/freescale/imx8qm_mek/README
@@ -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
 =================================
diff --git a/board/freescale/imx8qxp_mek/README b/board/freescale/imx8qxp_mek/README
index 1ee0357961..e676e88664 100644
--- a/board/freescale/imx8qxp_mek/README
+++ b/board/freescale/imx8qxp_mek/README
@@ -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
 =================================