Conflicts:
	board/freescale/mpc8536ds/mpc8536ds.c
	include/configs/mgcoge.h
Signed-off-by: Wolfgang Denk <wd@denx.de>
        /* Initialise the E300 processor core           */
        /*------------------------------------------*/
  
 +#ifdef CONFIG_NAND_SPL
 +      /* The FCM begins execution after only the first page
 +       * is loaded.  Wait for the rest before branching
 +       * to another flash page.
 +       */
 +      addi    r7, r3, 0x50b0
 +1:    dcbi    0, r7
 +      lwz     r6, 0(r7)
 +      andi.   r6, r6, 1
 +      beq     1b
 +#endif
 +
        bl      init_e300_core
  
- #ifdef CFG_FLASHBOOT
+ #ifdef CONFIG_SYS_FLASHBOOT
  
        /* Inflate flash location so it appears everywhere, calculate */
        /* the absolute address in final location of the FLASH, jump  */