]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Merge branch 'master' of git://git.denx.de/u-boot-arm
authorWolfgang Denk <wd@denx.de>
Thu, 23 Jun 2011 13:37:33 +0000 (15:37 +0200)
committerWolfgang Denk <wd@denx.de>
Thu, 23 Jun 2011 13:37:33 +0000 (15:37 +0200)
* 'master' of git://git.denx.de/u-boot-arm:
  run arm_pci_init after relocation
  IXP42x PCI rewrite
  update/fix PDNB3 board
  update/fix IXDP425 / IXDPG425 boards
  add dvlhost (dLAN 200 AV Wireless G) board
  IXP NPE: add support for fixed-speed MII ports
  update/fix AcTux4 board
  update/fix AcTux3 board
  update/fix AcTux2 board
  update/fix AcTux1 board
  use -ffunction-sections / --gc-sections on IXP42x
  support CONFIG_SYS_LDSCRIPT on ARM
  fix "depend" target in npe directory
  Fix IXP code to work after relocation was added
  trigger hardware watchdog in IXP42x serial driver
  add support for IXP42x Rev. B1 and newer
  add XScale sub architecture (IXP/PXA) to maintainer list

Conflicts:
arch/arm/lib/board.c

Signed-off-by: Wolfgang Denk <wd@denx.de>
1  2 
MAINTAINERS
arch/arm/include/asm/global_data.h
arch/arm/lib/board.c

diff --cc MAINTAINERS
Simple merge
Simple merge
index e7af3d223caa56d1a2477dca1351aed26deb8158,99bc2c70d43ea1f87f14c81d7127365ab401b628..169dfebcf157432218f4953550bdb1dea5eca0c2
@@@ -522,6 -530,14 +519,10 @@@ void board_init_r (gd_t *id, ulong dest
        /* initialize environment */
        env_relocate ();
  
 -#ifdef CONFIG_VFD
 -      /* must do this after the framebuffer is allocated */
 -      drv_vfd_init();
 -#endif /* CONFIG_VFD */
+ #if defined(CONFIG_CMD_PCI) || defined(CONFIG_PCI)
+       arm_pci_init();
+ #endif
        /* IP Address */
        gd->bd->bi_ip_addr = getenv_IPaddr ("ipaddr");