commit | 53c2810bb96eeb109e91451f5fce9ed255e00975 | [log] [tgz] |
---|---|---|
author | Jesse Taube <mr.bossman075@gmail.com> | Thu Oct 24 22:02:25 2024 -0400 |
committer | Fabio Estevam <festevam@gmail.com> | Fri Oct 25 20:10:40 2024 -0300 |
tree | 5a140836d800973161065d8310c34821d1c52c14 | |
parent | 6d86349131629202ee69acbac856e7973d4880fa [diff] |
imx: imxrt*: Fix binman breaking boot The init_r parsing of U-Boot device tree to search the binman information errors. set CONFIG_BINMAN_FDT to no to fix this. Fixes: 7079eeb72fc ("imx: imxrt1050-evk: Add support for SPI flash booting s") Signed-off-by: Jesse Taube <Mr.Bossman075@gmail.com>