]> git.baikalelectronics.ru Git - uboot.git/commit
imx8ulp_evk: Clear data at fdt_addr_r before booting kernel
authorYe Li <ye.li@nxp.com>
Tue, 31 Jan 2023 08:42:34 +0000 (16:42 +0800)
committerStefano Babic <sbabic@denx.de>
Wed, 29 Mar 2023 18:15:43 +0000 (20:15 +0200)
commit3be42f0c7991c8d9b3332b6b7dcc95897c32af4e
tree6980a7262b3b8b6bd447f42653799f449130fa51
parent74047b8a222edcc4e8edd1e57970e8d2e5c557bf
imx8ulp_evk: Clear data at fdt_addr_r before booting kernel

When using dual boot mode, the DDR won't be reset when APD power off
or reboot. It has possibility that obsolete fdt data existing on
fdt_addr_r address. Then even nothing in EFI partitions, the distro boot
still continue to parse fdt and get uboot crashed.

Clear the data at fdt_addr_r, so the fdt header check in above case
will not pass.

Signed-off-by: Ye Li <ye.li@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
board/freescale/imx8ulp_evk/imx8ulp_evk.c