From: Peng Fan Date: Mon, 23 Sep 2019 02:18:45 +0000 (+0800) Subject: imx8: update README X-Git-Tag: v2020.01-rc1~33^2~31 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=62f0bfc016d25d22425fc24cd34684d8030f919b;p=oweals%2Fu-boot.git 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 --- 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 =================================