]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/glsdk-u-boot.git/commitdiff
Merge 'next' branch
authorWolfgang Denk <wd@denx.de>
Sat, 18 Oct 2008 19:59:44 +0000 (21:59 +0200)
committerWolfgang Denk <wd@denx.de>
Sat, 18 Oct 2008 19:59:44 +0000 (21:59 +0200)
Conflicts:

board/freescale/mpc8536ds/mpc8536ds.c
include/configs/mgcoge.h

Signed-off-by: Wolfgang Denk <wd@denx.de>
1  2 
Makefile
cpu/mpc83xx/start.S
cpu/mpc85xx/speed.c
cpu/ppc4xx/44x_spd_ddr2.c
include/asm-ppc/immap_85xx.h

diff --cc Makefile
Simple merge
index 6ff66826224230b9db6a2972560612597c147b4e,565cc3972b207c178ace438030ee1c7ed559283f..cd566b2d747d945d3f155adf77022c010a49b423
@@@ -167,21 -167,9 +167,21 @@@ boot_warm: /* time t 5 *
        /* 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  */
Simple merge
Simple merge
Simple merge