commit | 70a96f92532a59359a71bc5209f7b70ccf064de2 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Wed Nov 19 09:37:48 2014 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Wed Nov 19 13:08:14 2014 +0100 |
tree | 2e74ea32d67e67d6eafa4e5eaac061939bbe56fb | |
parent | f22d29674dabb765e2d49a8c1d3dfd3465dd12ab [diff] |
powerpc: mpc52xx: Clear GD in the main U-Boot stage for SPL usage When an MPC5200 based board is used with SPL support, the main U-Boot needs to clear the GD (global data) struct again. Otherwise the generic board init code in board_init_f (when CONFIG_SYS_GENERIC_BOARD is defined) will not initialize all GD variables correctly. Resulting in a hangup on the a4m2k board. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Wolfgang Denk <wd@denx.de>