aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2019-09-23 10:18:45 +0800
committerStefano Babic <sbabic@denx.de>2019-10-08 16:36:36 +0200
commit62f0bfc016d25d22425fc24cd34684d8030f919b (patch)
tree610793b4cd671f0d9b875d3f09b49351d5ba6376
parentd1c07785fd68def6aa2251a15eed99f2e9c8071f (diff)
downloadu-boot-62f0bfc016d25d22425fc24cd34684d8030f919b.zip
u-boot-62f0bfc016d25d22425fc24cd34684d8030f919b.tar.gz
u-boot-62f0bfc016d25d22425fc24cd34684d8030f919b.tar.bz2
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>
-rw-r--r--board/freescale/imx8qm_mek/README1
-rw-r--r--board/freescale/imx8qxp_mek/README1
2 files changed, 0 insertions, 2 deletions
diff --git a/board/freescale/imx8qm_mek/README b/board/freescale/imx8qm_mek/README
index ebf630c..a187ad8 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 1ee0357..e676e88 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
=================================