commit | 9d6819fd01068ad6cabf24d92aaeac40ede4f2ca | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Wed Aug 21 08:28:15 2019 +0000 |
committer | Stefano Babic <sbabic@denx.de> | Tue Oct 08 16:35:58 2019 +0200 |
tree | 1e3829615ec29cc770ebbf3aa9feb789842e27a1 | |
parent | c63a6d38335b940f8ace1cdbacf02968a945d0b4 [diff] |
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>