]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
* Use "-fPIC" instead of "-mrelocatable" to prevent problems with
authorwdenk <wdenk>
Mon, 17 Nov 2003 21:14:37 +0000 (21:14 +0000)
committerwdenk <wdenk>
Mon, 17 Nov 2003 21:14:37 +0000 (21:14 +0000)
commit5bb226e821ea3c10c52d768ffab7952204b0f816
tree51eb8e2b0c55cd3a441fb5bee5b2a9fcbee92928
parent5cf9da4821db0b6d86d8bbb74af86a0303063201
* Use "-fPIC" instead of "-mrelocatable" to prevent problems with
  recent tools

* Add checksum verification to 'imls' command

* Add bd_info fields needed for 4xx Linux I2C driver

* Patch by Martin Krause, 4 Nov. 2003:
  Fix error in cmd_vfd.c (TRAB board: "vfd /1" shows now only one Bitmap)

* Print used network interface when CONFIG_NET_MULTI is set
20 files changed:
CHANGELOG
board/MAI/bios_emulator/scitech/src/x86emu/makefile.cross
board/MAI/bios_emulator/scitech/src/x86emu/makefile.uboot
common/cmd_bootm.c
common/cmd_vfd.c
cpu/74xx_7xx/config.mk
cpu/mpc5xx/config.mk
cpu/mpc5xxx/config.mk
cpu/mpc824x/config.mk
cpu/mpc8260/config.mk
cpu/mpc85xx/config.mk
cpu/mpc8xx/config.mk
cpu/ppc4xx/config.mk
include/asm-ppc/u-boot.h
include/configs/PPChameleonEVB.h
include/net.h
lib_ppc/board.c
net/eth.c
net/tftp.c
tools/mkimage.c