]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Merge branch 'master' of /home/wd/git/u-boot/custodians
authorWolfgang Denk <wd@denx.de>
Fri, 30 Mar 2012 18:17:11 +0000 (20:17 +0200)
committerWolfgang Denk <wd@denx.de>
Fri, 30 Mar 2012 18:17:11 +0000 (20:17 +0200)
commit7373323056f524b3136cee4911f1debc23723ae7
treefae44c5a1a7eea7ca8a683208c980ce6169340f4
parent4e518b8875b0444a546e89fc330c57069ec3f204
parenta939ea3ab459d5fb3d1eaaec289c6ca85f2f74c1
Merge branch 'master' of /home/wd/git/u-boot/custodians

* 'master' of /home/wd/git/u-boot/custodians:
  lzma: fix printf warnings
  Remove CONFIG_SYS_EXTBDINFO from snapper9260.h
  cmd_pxe.c: fix strict-aliasing warnings
  net: smc91111: use mdelay()
  doc: Fix some typos in different files
  disk/part.c: Fix device enumeration through API
  mkenvimage: Really set the redundant byte when applicable
  mkenvimage: Don't try to detect comments in the input file
  mkenvimage: Use mmap() when reading from a regular file
  mkenvimage: Read/Write from/to stdin/out by default or if the filename is "-"
  mkenvimage: More error handling
  mkenvimage: Correct an include and add a missing one
  mkenvimage: correct and clarify comments and error messages
  MAKEALL: display SPL size if present
  ARMV7/Vexpress: add missing get_ticks() and get_tbclk()
  mkenvimage: fix usage message
  cmd_fat: add FAT write command
  fs/fat/fat_write.c: Fix GCC 4.6 warnings
  FAT write: Fix compile errors