Merge git://www.denx.de/git/u-boot-ppc4xx

This commit is contained in:
Tom Rini 2014-11-05 07:12:16 -05:00
commit 7417e7fdf2

View File

@ -451,6 +451,9 @@ cpu_init_f (void)
#endif /* CONFIG_440SP/SPE || CONFIG_460EX/GT || CONFIG_405EX */
gd = (gd_t *)(CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_GBL_DATA_OFFSET);
/* Clear initial global data */
memset((void *)gd, 0, sizeof(gd_t));
}
/*