mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-28 15:01:25 +01:00
Content of the RSR is put into gd early so we can output it together with the CPU info. The clearing of gd in board_init_f is redundant for this architecture as it is done in cpu_init_f so we remove it. Signed-off-by: Detlev Zundel <dzu@denx.de>