mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-09 03:58:18 -04:00
74xx_7xx: CPCI750: Minor coding style cleanup of cpci750.c
Signed-off-by: Stefan Roese <sr@denx.de> Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
This commit is contained in:
parent
0e5ef07d0d
commit
e5b563e9ec
@ -451,13 +451,12 @@ int misc_init_r ()
|
|||||||
|
|
||||||
void after_reloc (ulong dest_addr, gd_t * gd)
|
void after_reloc (ulong dest_addr, gd_t * gd)
|
||||||
{
|
{
|
||||||
|
memoryMapDeviceSpace (BOOT_DEVICE, CONFIG_SYS_BOOT_SPACE, CONFIG_SYS_BOOT_SIZE);
|
||||||
|
|
||||||
memoryMapDeviceSpace (BOOT_DEVICE, CONFIG_SYS_BOOT_SPACE, CONFIG_SYS_BOOT_SIZE);
|
display_mem_map ();
|
||||||
|
/* now, jump to the main ppcboot board init code */
|
||||||
display_mem_map ();
|
board_init_r (gd, dest_addr);
|
||||||
/* now, jump to the main ppcboot board init code */
|
/* NOTREACHED */
|
||||||
board_init_r (gd, dest_addr);
|
|
||||||
/* NOTREACHED */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------- */
|
/* ------------------------------------------------------------------------- */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user