]> git.ipfire.org Git - thirdparty/u-boot.git/commit
imx8mq: evk: drop redundant gd clearing in board_init_f
authorPeng Fan <peng.fan@nxp.com>
Tue, 21 Apr 2026 13:41:13 +0000 (21:41 +0800)
committerFabio Estevam <festevam@gmail.com>
Tue, 21 Apr 2026 23:49:39 +0000 (20:49 -0300)
commit5a9da0e505b021e49d67dd85bdfa0bc61afcffcb
treee155c04051761e2f10a55ccd720c4c3210fe3da2
parenta6d6fc94f0c2d338ad69215da0b7a9547f654b1b
imx8mq: evk: drop redundant gd clearing in board_init_f

The global data (gd) area is already zeroed in
board_init_f_init_reserve() before board_init_f() is called.
Remove the duplicate gd clearing from board_init_f().

Signed-off-by: Peng Fan <peng.fan@nxp.com>
board/nxp/imx8mq_evk/spl.c