mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 11:18:28 +00:00
Merge git://www.denx.de/git/u-boot-ppc4xx
This commit is contained in:
commit
7417e7fdf2
1 changed files with 3 additions and 0 deletions
|
@ -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));
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue