summaryrefslogtreecommitdiff
path: root/board/freescale/imx8qxp_mek
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2019-08-21 11:28:15 +0300
committerStefano Babic <sbabic@denx.de>2019-10-08 17:35:58 +0300
commitb152584283088b79b967f361e673c744d3ef325b (patch)
tree1e3829615ec29cc770ebbf3aa9feb789842e27a1 /board/freescale/imx8qxp_mek
parent7932b1c9fdb73393aa110249c89bd426533c0649 (diff)
downloadu-boot-b152584283088b79b967f361e673c744d3ef325b.tar.xz
imx: imx8qxp_mek: fix CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR
The first stage of flash.bin is larger than 584 * 512, so when writting u-boot.itb, some data will be override. Enlarge the CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR to fix boot. Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'board/freescale/imx8qxp_mek')
-rw-r--r--board/freescale/imx8qxp_mek/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/imx8qxp_mek/README b/board/freescale/imx8qxp_mek/README
index f32290e3a2..9f2e2f7b12 100644
--- a/board/freescale/imx8qxp_mek/README
+++ b/board/freescale/imx8qxp_mek/README
@@ -43,7 +43,7 @@ $ export ATF_LOAD_ADDR=0x80000000
$ export BL33_LOAD_ADDR=0x80020000
$ make imx8qxp_mek_defconfig
$ make flash.bin
-$ dd if=u-boot.itb of=flash.bin bs=512 seek=528
+$ dd if=u-boot.itb of=flash.bin bs=512 seek=1984
Flash the binary into the SD card
=================================