]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
[new uImage] Update naming convention for bootm/uImage related code
authorMarian Balakowicz <m8@semihalf.com>
Fri, 29 Feb 2008 13:58:34 +0000 (14:58 +0100)
committerMarian Balakowicz <m8@semihalf.com>
Fri, 29 Feb 2008 13:58:34 +0000 (14:58 +0100)
commit9a4daad0a35eb5143037eea9f786a3e9d672bdd6
tree69650696145431c6b48d0792b4d6bdf8b714d37a
parente18489e8c27e843e337258fb00f2652ff0f43b92
[new uImage] Update naming convention for bootm/uImage related code

This patch introduces the following prefix convention for the
image format handling and bootm related code:

genimg_ - dual format shared code
image_ - legacy uImage format specific code
fit_ - new uImage format specific code
boot_ - booting process related code

Related routines are renamed and a few pieces of code are moved around and
re-grouped.

Signed-off-by: Marian Balakowicz <m8@semihalf.com>
25 files changed:
board/cray/L1/L1.c
board/esd/common/auto_update.c
board/mcc200/auto_update.c
board/mpl/common/common_util.c
board/siemens/common/fpga.c
board/trab/auto_update.c
common/cmd_autoscript.c
common/cmd_bootm.c
common/cmd_doc.c
common/cmd_fdc.c
common/cmd_fpga.c
common/cmd_ide.c
common/cmd_nand.c
common/cmd_scsi.c
common/cmd_usb.c
common/cmd_ximg.c
common/image.c
include/image.h
lib_arm/bootm.c
lib_avr32/bootm.c
lib_i386/bootm.c
lib_m68k/bootm.c
lib_mips/bootm.c
lib_ppc/bootm.c
tools/mkimage.c