From: Stefan Roese Date: Thu, 4 Jun 2009 11:35:37 +0000 (+0200) Subject: 74xx_7xx: CPCI750: Minor coding style cleanup of cpci750.c X-Git-Tag: v2009.08-rc1~153^2~26 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e5b563e9ec54c3f6d702c8fa2b711b4a6150243a;p=karo-tx-uboot.git 74xx_7xx: CPCI750: Minor coding style cleanup of cpci750.c Signed-off-by: Stefan Roese Cc: Reinhard Arlt --- diff --git a/board/esd/cpci750/cpci750.c b/board/esd/cpci750/cpci750.c index cd806e1c15..fccdc521cd 100644 --- a/board/esd/cpci750/cpci750.c +++ b/board/esd/cpci750/cpci750.c @@ -451,13 +451,12 @@ int misc_init_r () 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 */ - board_init_r (gd, dest_addr); - /* NOTREACHED */ + display_mem_map (); + /* now, jump to the main ppcboot board init code */ + board_init_r (gd, dest_addr); + /* NOTREACHED */ } /* ------------------------------------------------------------------------- */