[U-Boot-Users] miscellaneous cleanup patches
Grant Likely
grant.likely at secretlab.ca
Wed Feb 14 20:29:33 CET 2007
Here's a bunch of cleanup patches from my local tree. I've cherry-picked
the ones that I think are ready to be merged. I've got a bunch more
in the works; but I figure it will be less painless if I send them in
smaller chunks.
I've tested these changes on my xilinx ppc405 platform, and on a lite5200b.
Can someone who has a Dataflash part test the print_buffer patch for me?
There shouldn't be any functional changes, but I don't have the board to test
it.
These patches can also be pulled from the merge branch of my git tree:
git://git.secretlab.ca/srv/git-trees/public/git/u-boot.git#merge
--or--
http://git.secretlab.ca/git/u-boot.git#merge
Thanks,
g.
board/esd/common/auto_update.c | 3 +-
board/mcc200/auto_update.c | 3 +-
board/mpl/mip405/mip405.c | 3 -
board/trab/auto_update.c | 1 -
board/xilinx/ml300/Makefile | 2 +-
board/xilinx/ml300/ml300.c | 2 +-
board/xilinx/ml300/serial.c | 3 +-
board/xilinx/xilinx_enet/emac_adapter.c | 2 +-
board/xilinx/xilinx_enet/xemac.h | 2 +-
board/xilinx/xilinx_enet/xemac_g.c | 2 +-
board/xilinx/xilinx_iic/iic_adapter.c | 2 +-
common/cmd_ext2.c | 40 +----------------
common/cmd_fat.c | 37 +----------------
common/cmd_ide.c | 8 +++-
common/cmd_mem.c | 64 ++++++----------------------
common/cmd_reiser.c | 40 +----------------
common/cmd_scsi.c | 2 +-
common/cmd_usb.c | 1 +
common/ft_build.c | 6 +--
common/usb_storage.c | 3 +-
cpu/pxa/mmc.c | 2 +-
disk/part.c | 49 +++++++++++++++++++++
include/common.h | 2 +
include/ide.h | 6 +-
include/part.h | 9 ++++
lib_generic/display_options.c | 70 +++++++++++++++++++++++++++++++
26 files changed, 176 insertions(+), 188 deletions(-)
More information about the U-Boot
mailing list