]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
Merge branch 'master' of git://git.denx.de/u-boot-arm into master
authorStefano Babic <sbabic@denx.de>
Fri, 4 Apr 2014 09:35:30 +0000 (11:35 +0200)
committerStefano Babic <sbabic@denx.de>
Fri, 4 Apr 2014 09:35:30 +0000 (11:35 +0200)
Conflicts:
arch/arm/cpu/arm926ejs/mxs/mxsimage.mx23.cfg
arch/arm/cpu/arm926ejs/mxs/mxsimage.mx28.cfg

Signed-off-by: Stefano Babic <sbabic@denx.de>
1  2 
Makefile
arch/arm/config.mk
arch/arm/cpu/arm926ejs/mxs/mxsimage.mx23.cfg
arch/arm/cpu/arm926ejs/mxs/mxsimage.mx28.cfg
arch/arm/dts/Makefile
drivers/misc/Makefile
drivers/pci/pcie_imx.c
include/configs/m53evk.h
include/configs/mx53loco.h
include/configs/nitrogen6x.h

diff --cc Makefile
Simple merge
Simple merge
index 70abfbc2e5b668690b60229fb681dc622386af83,811876736c22c3471177f01adae7faabe7218073..55510e9cd8fa18474f57fc823ef759c673799970
@@@ -1,6 -1,6 +1,6 @@@
  SECTION 0x0 BOOTABLE
   TAG LAST
-  LOAD     0x1000     OBJTREE/spl/u-boot-spl.bin
 - LOAD     0x0        spl/u-boot-spl.bin
 - CALL     0x14       0x0
 - LOAD     0x40000100 u-boot.bin
 - CALL     0x40000100 0x0
++ LOAD     0x1000     spl/u-boot-spl.bin
 + CALL     0x1000     0x0
-  LOAD     0x40002000 OBJTREE/u-boot.bin
++ LOAD     0x40002000 u-boot.bin
 + CALL     0x40002000 0x0
index e98c97b63b953f3afca9ff53f7a198209d4c1f9f,ea772f0c869f1819b2099cd7ecc76c0e4b86edb2..bb78cb0c84838041a7f5d97ddd7108bb03f3624e
@@@ -1,8 -1,8 +1,8 @@@
  SECTION 0x0 BOOTABLE
   TAG LAST
-  LOAD     0x1000     OBJTREE/spl/u-boot-spl.bin
 - LOAD     0x0        spl/u-boot-spl.bin
 - LOAD IVT 0x8000     0x14
++ LOAD     0x1000     spl/u-boot-spl.bin
 + LOAD IVT 0x8000     0x1000
   CALL HAB 0x8000     0x0
-  LOAD     0x40002000 OBJTREE/u-boot.bin
 - LOAD     0x40000100 u-boot.bin
 - LOAD IVT 0x8000     0x40000100
++ LOAD     0x40002000 u-boot.bin
 + LOAD IVT 0x8000     0x40002000
   CALL HAB 0x8000     0x0
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge