commit | 28cb058ff748aa592014fcc8049b6bac1e2e4a2e | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Tue Aug 27 06:24:47 2019 +0000 |
committer | Stefano Babic <sbabic@denx.de> | Tue Oct 08 16:36:36 2019 +0200 |
tree | 6c125d3e19cd179487f1784812ea8e097cd4c6f2 | |
parent | 4b78bb504142ebc97efae6908e666cb0608ebf86 [diff] |
ddr: imx8m: fix ddr firmware location when enable SPL OF With CONFIG_SPL_OF_CONTROL, the device tree will be padded to end of the u-boot-spl-nodtb.bin, however we also put the ddr firmware file to this location, so need to adapt the code with SPL OF and align to 4 bytes to ease copy firmware. Reviewed-by: Frieder Schrempf <frieder.schrempf@kontron.de> Tested-by: Frieder Schrempf <frieder.schrempf@kontron.de> Signed-off-by: Peng Fan <peng.fan@nxp.com>