]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
* Rename SBC8560 into sbc8560 for consistency
authorwdenk <wdenk>
Sat, 10 Jul 2004 22:35:59 +0000 (22:35 +0000)
committerwdenk <wdenk>
Sat, 10 Jul 2004 22:35:59 +0000 (22:35 +0000)
commit466b74108f5344da0b9afb9b857a8f9e4cf4e656
tree8312c2042f8d31543045e24a8fa66f88f1f6131c
parent8b07a1103dc7dcadc80c4a9681cfa7d225e8e224
* Rename SBC8560 into sbc8560 for consistency

* Patch by Daniel Poirot, 24 Jun 2004:
  Add support for Wind River's sbc8240 board

* Patches by Yasushi Shoji, 26 Jun 2004:
  - drivers/serial_xuartlite.c: fix "return 0" in void function
  - add microblaze support to mkimage tool
17 files changed:
CHANGELOG
CREDITS
MAKEALL
Makefile
README
board/sbc8240/Makefile [new file with mode: 0644]
board/sbc8240/README [new file with mode: 0644]
board/sbc8240/config.mk [new file with mode: 0644]
board/sbc8240/flash.c [new file with mode: 0644]
board/sbc8240/sbc8240.c [new file with mode: 0644]
board/sbc8240/u-boot.lds [new file with mode: 0644]
drivers/serial_xuartlite.c
include/configs/SBC8560.h [deleted file]
include/configs/sbc8240.h [new file with mode: 0644]
include/configs/sbc8260.h
include/status_led.h
tools/mkimage.c