diff options
author | Simon Glass <sjg@chromium.org> | 2016-01-17 20:53:52 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-01-25 10:39:43 -0500 |
commit | 2e192b245ed36a63bab0ef576999a95e23f60ecd (patch) | |
tree | ae6197f4a661aea2a19122d9862315695e3f1541 | |
parent | 72a8cf8dccf6f8b86d1683205e032a94eaa86938 (diff) | |
download | u-boot-2e192b245ed36a63bab0ef576999a95e23f60ecd.zip u-boot-2e192b245ed36a63bab0ef576999a95e23f60ecd.tar.gz u-boot-2e192b245ed36a63bab0ef576999a95e23f60ecd.tar.bz2 |
Remove the cmd_ prefix from command files
Now that they are in their own directory, we can remove this prefix.
This makes it easier to find a file since the prefix does not get in the
way.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
Acked-by: Stefan Roese <sr@denx.de>
Acked-by: Przemyslaw Marczak <p.marczak@samsung.com>
-rw-r--r-- | cmd/Makefile | 258 | ||||
-rw-r--r-- | cmd/aes.c (renamed from cmd/cmd_aes.c) | 0 | ||||
-rw-r--r-- | cmd/ambapp.c (renamed from cmd/cmd_ambapp.c) | 0 | ||||
-rw-r--r-- | cmd/armflash.c (renamed from cmd/cmd_armflash.c) | 0 | ||||
-rw-r--r-- | cmd/bdinfo.c (renamed from cmd/cmd_bdinfo.c) | 0 | ||||
-rw-r--r-- | cmd/bedbug.c (renamed from cmd/cmd_bedbug.c) | 0 | ||||
-rw-r--r-- | cmd/blob.c (renamed from cmd/cmd_blob.c) | 0 | ||||
-rw-r--r-- | cmd/bmp.c (renamed from cmd/cmd_bmp.c) | 0 | ||||
-rw-r--r-- | cmd/boot.c (renamed from cmd/cmd_boot.c) | 0 | ||||
-rw-r--r-- | cmd/bootldr.c (renamed from cmd/cmd_bootldr.c) | 0 | ||||
-rw-r--r-- | cmd/bootm.c (renamed from cmd/cmd_bootm.c) | 0 | ||||
-rw-r--r-- | cmd/bootmenu.c (renamed from cmd/cmd_bootmenu.c) | 0 | ||||
-rw-r--r-- | cmd/bootstage.c (renamed from cmd/cmd_bootstage.c) | 0 | ||||
-rw-r--r-- | cmd/cache.c (renamed from cmd/cmd_cache.c) | 0 | ||||
-rw-r--r-- | cmd/cbfs.c (renamed from cmd/cmd_cbfs.c) | 0 | ||||
-rw-r--r-- | cmd/clk.c (renamed from cmd/cmd_clk.c) | 0 | ||||
-rw-r--r-- | cmd/console.c (renamed from cmd/cmd_console.c) | 0 | ||||
-rw-r--r-- | cmd/cplbinfo.c (renamed from cmd/cmd_cplbinfo.c) | 0 | ||||
-rw-r--r-- | cmd/cpu.c (renamed from cmd/cmd_cpu.c) | 0 | ||||
-rw-r--r-- | cmd/cramfs.c (renamed from cmd/cmd_cramfs.c) | 0 | ||||
-rw-r--r-- | cmd/dataflash_mmc_mux.c (renamed from cmd/cmd_dataflash_mmc_mux.c) | 0 | ||||
-rw-r--r-- | cmd/date.c (renamed from cmd/cmd_date.c) | 0 | ||||
-rw-r--r-- | cmd/dcr.c (renamed from cmd/cmd_dcr.c) | 0 | ||||
-rw-r--r-- | cmd/demo.c (renamed from cmd/cmd_demo.c) | 0 | ||||
-rw-r--r-- | cmd/dfu.c (renamed from cmd/cmd_dfu.c) | 0 | ||||
-rw-r--r-- | cmd/diag.c (renamed from cmd/cmd_diag.c) | 0 | ||||
-rw-r--r-- | cmd/disk.c (renamed from cmd/cmd_disk.c) | 0 | ||||
-rw-r--r-- | cmd/display.c (renamed from cmd/cmd_display.c) | 0 | ||||
-rw-r--r-- | cmd/dtt.c (renamed from cmd/cmd_dtt.c) | 0 | ||||
-rw-r--r-- | cmd/echo.c (renamed from cmd/cmd_echo.c) | 0 | ||||
-rw-r--r-- | cmd/eeprom.c (renamed from cmd/cmd_eeprom.c) | 0 | ||||
-rw-r--r-- | cmd/efi.c (renamed from cmd/cmd_efi.c) | 0 | ||||
-rw-r--r-- | cmd/elf.c (renamed from cmd/cmd_elf.c) | 0 | ||||
-rw-r--r-- | cmd/ethsw.c (renamed from cmd/cmd_ethsw.c) | 0 | ||||
-rw-r--r-- | cmd/exit.c (renamed from cmd/cmd_exit.c) | 0 | ||||
-rw-r--r-- | cmd/ext2.c (renamed from cmd/cmd_ext2.c) | 0 | ||||
-rw-r--r-- | cmd/ext4.c (renamed from cmd/cmd_ext4.c) | 0 | ||||
-rw-r--r-- | cmd/fastboot.c (renamed from cmd/cmd_fastboot.c) | 0 | ||||
-rw-r--r-- | cmd/fat.c (renamed from cmd/cmd_fat.c) | 0 | ||||
-rw-r--r-- | cmd/fdc.c (renamed from cmd/cmd_fdc.c) | 0 | ||||
-rw-r--r-- | cmd/fdt.c (renamed from cmd/cmd_fdt.c) | 0 | ||||
-rw-r--r-- | cmd/fitupd.c (renamed from cmd/cmd_fitupd.c) | 0 | ||||
-rw-r--r-- | cmd/flash.c (renamed from cmd/cmd_flash.c) | 0 | ||||
-rw-r--r-- | cmd/fpga.c (renamed from cmd/cmd_fpga.c) | 0 | ||||
-rw-r--r-- | cmd/fpgad.c (renamed from cmd/cmd_fpgad.c) | 0 | ||||
-rw-r--r-- | cmd/fs.c (renamed from cmd/cmd_fs.c) | 0 | ||||
-rw-r--r-- | cmd/fs_uuid.c (renamed from cmd/cmd_fs_uuid.c) | 0 | ||||
-rw-r--r-- | cmd/fuse.c (renamed from cmd/cmd_fuse.c) | 0 | ||||
-rw-r--r-- | cmd/gettime.c (renamed from cmd/cmd_gettime.c) | 0 | ||||
-rw-r--r-- | cmd/gpio.c (renamed from cmd/cmd_gpio.c) | 0 | ||||
-rw-r--r-- | cmd/gpt.c (renamed from cmd/cmd_gpt.c) | 0 | ||||
-rw-r--r-- | cmd/hash.c (renamed from cmd/cmd_hash.c) | 0 | ||||
-rw-r--r-- | cmd/help.c (renamed from cmd/cmd_help.c) | 0 | ||||
-rw-r--r-- | cmd/host.c (renamed from cmd/cmd_host.c) | 0 | ||||
-rw-r--r-- | cmd/i2c.c (renamed from cmd/cmd_i2c.c) | 0 | ||||
-rw-r--r-- | cmd/ide.c (renamed from cmd/cmd_ide.c) | 0 | ||||
-rw-r--r-- | cmd/immap.c (renamed from cmd/cmd_immap.c) | 0 | ||||
-rw-r--r-- | cmd/ini.c (renamed from cmd/cmd_ini.c) | 0 | ||||
-rw-r--r-- | cmd/io.c (renamed from cmd/cmd_io.c) | 0 | ||||
-rw-r--r-- | cmd/iotrace.c (renamed from cmd/cmd_iotrace.c) | 0 | ||||
-rw-r--r-- | cmd/irq.c (renamed from cmd/cmd_irq.c) | 0 | ||||
-rw-r--r-- | cmd/itest.c (renamed from cmd/cmd_itest.c) | 0 | ||||
-rw-r--r-- | cmd/jffs2.c (renamed from cmd/cmd_jffs2.c) | 0 | ||||
-rw-r--r-- | cmd/ldrinfo.c (renamed from cmd/cmd_ldrinfo.c) | 0 | ||||
-rw-r--r-- | cmd/led.c (renamed from cmd/cmd_led.c) | 0 | ||||
-rw-r--r-- | cmd/license.c (renamed from cmd/cmd_license.c) | 0 | ||||
-rw-r--r-- | cmd/load.c (renamed from cmd/cmd_load.c) | 0 | ||||
-rw-r--r-- | cmd/log.c (renamed from cmd/cmd_log.c) | 0 | ||||
-rw-r--r-- | cmd/lzmadec.c (renamed from cmd/cmd_lzmadec.c) | 0 | ||||
-rw-r--r-- | cmd/mac.c (renamed from cmd/cmd_mac.c) | 0 | ||||
-rw-r--r-- | cmd/md5sum.c (renamed from cmd/cmd_md5sum.c) | 0 | ||||
-rw-r--r-- | cmd/mdio.c (renamed from cmd/cmd_mdio.c) | 0 | ||||
-rw-r--r-- | cmd/mem.c (renamed from cmd/cmd_mem.c) | 0 | ||||
-rw-r--r-- | cmd/mfsl.c (renamed from cmd/cmd_mfsl.c) | 0 | ||||
-rw-r--r-- | cmd/mii.c (renamed from cmd/cmd_mii.c) | 0 | ||||
-rw-r--r-- | cmd/misc.c (renamed from cmd/cmd_misc.c) | 0 | ||||
-rw-r--r-- | cmd/mmc.c (renamed from cmd/cmd_mmc.c) | 0 | ||||
-rw-r--r-- | cmd/mmc_spi.c (renamed from cmd/cmd_mmc_spi.c) | 0 | ||||
-rw-r--r-- | cmd/mp.c (renamed from cmd/cmd_mp.c) | 0 | ||||
-rw-r--r-- | cmd/mtdparts.c (renamed from cmd/cmd_mtdparts.c) | 0 | ||||
-rw-r--r-- | cmd/nand.c (renamed from cmd/cmd_nand.c) | 0 | ||||
-rw-r--r-- | cmd/net.c (renamed from cmd/cmd_net.c) | 0 | ||||
-rw-r--r-- | cmd/nvedit.c (renamed from cmd/cmd_nvedit.c) | 0 | ||||
-rw-r--r-- | cmd/onenand.c (renamed from cmd/cmd_onenand.c) | 0 | ||||
-rw-r--r-- | cmd/otp.c (renamed from cmd/cmd_otp.c) | 0 | ||||
-rw-r--r-- | cmd/part.c (renamed from cmd/cmd_part.c) | 0 | ||||
-rw-r--r-- | cmd/pci.c (renamed from cmd/cmd_pci.c) | 0 | ||||
-rw-r--r-- | cmd/pcmcia.c (renamed from cmd/cmd_pcmcia.c) | 0 | ||||
-rw-r--r-- | cmd/pmic.c (renamed from cmd/cmd_pmic.c) | 0 | ||||
-rw-r--r-- | cmd/portio.c (renamed from cmd/cmd_portio.c) | 0 | ||||
-rw-r--r-- | cmd/pxe.c (renamed from cmd/cmd_pxe.c) | 0 | ||||
-rw-r--r-- | cmd/read.c (renamed from cmd/cmd_read.c) | 0 | ||||
-rw-r--r-- | cmd/reginfo.c (renamed from cmd/cmd_reginfo.c) | 0 | ||||
-rw-r--r-- | cmd/regulator.c (renamed from cmd/cmd_regulator.c) | 0 | ||||
-rw-r--r-- | cmd/reiser.c (renamed from cmd/cmd_reiser.c) | 0 | ||||
-rw-r--r-- | cmd/remoteproc.c (renamed from cmd/cmd_remoteproc.c) | 0 | ||||
-rw-r--r-- | cmd/sata.c (renamed from cmd/cmd_sata.c) | 0 | ||||
-rw-r--r-- | cmd/scsi.c (renamed from cmd/cmd_scsi.c) | 0 | ||||
-rw-r--r-- | cmd/setexpr.c (renamed from cmd/cmd_setexpr.c) | 0 | ||||
-rw-r--r-- | cmd/sf.c (renamed from cmd/cmd_sf.c) | 0 | ||||
-rw-r--r-- | cmd/sha1sum.c (renamed from cmd/cmd_sha1sum.c) | 0 | ||||
-rw-r--r-- | cmd/softswitch.c (renamed from cmd/cmd_softswitch.c) | 0 | ||||
-rw-r--r-- | cmd/sound.c (renamed from cmd/cmd_sound.c) | 0 | ||||
-rw-r--r-- | cmd/source.c (renamed from cmd/cmd_source.c) | 0 | ||||
-rw-r--r-- | cmd/spi.c (renamed from cmd/cmd_spi.c) | 0 | ||||
-rw-r--r-- | cmd/spibootldr.c (renamed from cmd/cmd_spibootldr.c) | 0 | ||||
-rw-r--r-- | cmd/spl.c (renamed from cmd/cmd_spl.c) | 0 | ||||
-rw-r--r-- | cmd/strings.c (renamed from cmd/cmd_strings.c) | 0 | ||||
-rw-r--r-- | cmd/terminal.c (renamed from cmd/cmd_terminal.c) | 0 | ||||
-rw-r--r-- | cmd/test.c (renamed from cmd/cmd_test.c) | 0 | ||||
-rw-r--r-- | cmd/thordown.c (renamed from cmd/cmd_thordown.c) | 0 | ||||
-rw-r--r-- | cmd/time.c (renamed from cmd/cmd_time.c) | 0 | ||||
-rw-r--r-- | cmd/tpm.c (renamed from cmd/cmd_tpm.c) | 0 | ||||
-rw-r--r-- | cmd/tpm_test.c (renamed from cmd/cmd_tpm_test.c) | 0 | ||||
-rw-r--r-- | cmd/trace.c (renamed from cmd/cmd_trace.c) | 0 | ||||
-rw-r--r-- | cmd/tsi148.c (renamed from cmd/cmd_tsi148.c) | 0 | ||||
-rw-r--r-- | cmd/ubi.c (renamed from cmd/cmd_ubi.c) | 0 | ||||
-rw-r--r-- | cmd/ubifs.c (renamed from cmd/cmd_ubifs.c) | 0 | ||||
-rw-r--r-- | cmd/universe.c (renamed from cmd/cmd_universe.c) | 0 | ||||
-rw-r--r-- | cmd/unzip.c (renamed from cmd/cmd_unzip.c) | 0 | ||||
-rw-r--r-- | cmd/usb.c (renamed from cmd/cmd_usb.c) | 0 | ||||
-rw-r--r-- | cmd/usb_mass_storage.c (renamed from cmd/cmd_usb_mass_storage.c) | 0 | ||||
-rw-r--r-- | cmd/version.c (renamed from cmd/cmd_version.c) | 0 | ||||
-rw-r--r-- | cmd/ximg.c (renamed from cmd/cmd_ximg.c) | 0 | ||||
-rw-r--r-- | cmd/yaffs2.c (renamed from cmd/cmd_yaffs2.c) | 0 | ||||
-rw-r--r-- | cmd/zfs.c (renamed from cmd/cmd_zfs.c) | 0 | ||||
-rw-r--r-- | cmd/zip.c (renamed from cmd/cmd_zip.c) | 0 |
127 files changed, 129 insertions, 129 deletions
diff --git a/cmd/Makefile b/cmd/Makefile index 880a886..03f7e0a 100644 --- a/cmd/Makefile +++ b/cmd/Makefile @@ -7,160 +7,160 @@ ifndef CONFIG_SPL_BUILD # core command -obj-y += cmd_boot.o -obj-$(CONFIG_CMD_BOOTM) += cmd_bootm.o -obj-y += cmd_help.o -obj-y += cmd_version.o +obj-y += boot.o +obj-$(CONFIG_CMD_BOOTM) += bootm.o +obj-y += help.o +obj-y += version.o # command -obj-$(CONFIG_CMD_AES) += cmd_aes.o -obj-$(CONFIG_CMD_AMBAPP) += cmd_ambapp.o -obj-$(CONFIG_CMD_ARMFLASH) += cmd_armflash.o -obj-$(CONFIG_SOURCE) += cmd_source.o -obj-$(CONFIG_CMD_SOURCE) += cmd_source.o -obj-$(CONFIG_CMD_BDI) += cmd_bdinfo.o -obj-$(CONFIG_CMD_BEDBUG) += cmd_bedbug.o -obj-$(CONFIG_CMD_BMP) += cmd_bmp.o -obj-$(CONFIG_CMD_BOOTMENU) += cmd_bootmenu.o -obj-$(CONFIG_CMD_BOOTLDR) += cmd_bootldr.o -obj-$(CONFIG_CMD_BOOTSTAGE) += cmd_bootstage.o -obj-$(CONFIG_CMD_CACHE) += cmd_cache.o -obj-$(CONFIG_CMD_CBFS) += cmd_cbfs.o -obj-$(CONFIG_CMD_CLK) += cmd_clk.o -obj-$(CONFIG_CMD_CONSOLE) += cmd_console.o -obj-$(CONFIG_CMD_CPLBINFO) += cmd_cplbinfo.o -obj-$(CONFIG_CMD_CPU) += cmd_cpu.o -obj-$(CONFIG_DATAFLASH_MMC_SELECT) += cmd_dataflash_mmc_mux.o -obj-$(CONFIG_CMD_DATE) += cmd_date.o -obj-$(CONFIG_CMD_DEMO) += cmd_demo.o -obj-$(CONFIG_CMD_SOUND) += cmd_sound.o +obj-$(CONFIG_CMD_AES) += aes.o +obj-$(CONFIG_CMD_AMBAPP) += ambapp.o +obj-$(CONFIG_CMD_ARMFLASH) += armflash.o +obj-$(CONFIG_SOURCE) += source.o +obj-$(CONFIG_CMD_SOURCE) += source.o +obj-$(CONFIG_CMD_BDI) += bdinfo.o +obj-$(CONFIG_CMD_BEDBUG) += bedbug.o +obj-$(CONFIG_CMD_BMP) += bmp.o +obj-$(CONFIG_CMD_BOOTMENU) += bootmenu.o +obj-$(CONFIG_CMD_BOOTLDR) += bootldr.o +obj-$(CONFIG_CMD_BOOTSTAGE) += bootstage.o +obj-$(CONFIG_CMD_CACHE) += cache.o +obj-$(CONFIG_CMD_CBFS) += cbfs.o +obj-$(CONFIG_CMD_CLK) += clk.o +obj-$(CONFIG_CMD_CONSOLE) += console.o +obj-$(CONFIG_CMD_CPLBINFO) += cplbinfo.o +obj-$(CONFIG_CMD_CPU) += cpu.o +obj-$(CONFIG_DATAFLASH_MMC_SELECT) += dataflash_mmc_mux.o +obj-$(CONFIG_CMD_DATE) += date.o +obj-$(CONFIG_CMD_DEMO) += demo.o +obj-$(CONFIG_CMD_SOUND) += sound.o ifdef CONFIG_4xx -obj-$(CONFIG_CMD_SETGETDCR) += cmd_dcr.o +obj-$(CONFIG_CMD_SETGETDCR) += dcr.o endif ifdef CONFIG_POST -obj-$(CONFIG_CMD_DIAG) += cmd_diag.o +obj-$(CONFIG_CMD_DIAG) += diag.o endif -obj-$(CONFIG_CMD_DISPLAY) += cmd_display.o -obj-$(CONFIG_CMD_DTT) += cmd_dtt.o -obj-$(CONFIG_CMD_ECHO) += cmd_echo.o -obj-$(CONFIG_ENV_IS_IN_EEPROM) += cmd_eeprom.o -obj-$(CONFIG_CMD_EEPROM) += cmd_eeprom.o -obj-$(CONFIG_EFI_STUB) += cmd_efi.o -obj-$(CONFIG_CMD_ELF) += cmd_elf.o -obj-$(CONFIG_SYS_HUSH_PARSER) += cmd_exit.o -obj-$(CONFIG_CMD_EXT4) += cmd_ext4.o -obj-$(CONFIG_CMD_EXT2) += cmd_ext2.o -obj-$(CONFIG_CMD_FAT) += cmd_fat.o -obj-$(CONFIG_CMD_FDC) += cmd_fdc.o -obj-$(CONFIG_OF_LIBFDT) += cmd_fdt.o -obj-$(CONFIG_CMD_FITUPD) += cmd_fitupd.o -obj-$(CONFIG_CMD_FLASH) += cmd_flash.o +obj-$(CONFIG_CMD_DISPLAY) += display.o +obj-$(CONFIG_CMD_DTT) += dtt.o +obj-$(CONFIG_CMD_ECHO) += echo.o +obj-$(CONFIG_ENV_IS_IN_EEPROM) += eeprom.o +obj-$(CONFIG_CMD_EEPROM) += eeprom.o +obj-$(CONFIG_EFI_STUB) += efi.o +obj-$(CONFIG_CMD_ELF) += elf.o +obj-$(CONFIG_SYS_HUSH_PARSER) += exit.o +obj-$(CONFIG_CMD_EXT4) += ext4.o +obj-$(CONFIG_CMD_EXT2) += ext2.o +obj-$(CONFIG_CMD_FAT) += fat.o +obj-$(CONFIG_CMD_FDC) += fdc.o +obj-$(CONFIG_OF_LIBFDT) += fdt.o +obj-$(CONFIG_CMD_FITUPD) += fitupd.o +obj-$(CONFIG_CMD_FLASH) += flash.o ifdef CONFIG_FPGA -obj-$(CONFIG_CMD_FPGA) += cmd_fpga.o +obj-$(CONFIG_CMD_FPGA) += fpga.o endif -obj-$(CONFIG_CMD_FPGAD) += cmd_fpgad.o -obj-$(CONFIG_CMD_FS_GENERIC) += cmd_fs.o -obj-$(CONFIG_CMD_FUSE) += cmd_fuse.o -obj-$(CONFIG_CMD_GETTIME) += cmd_gettime.o -obj-$(CONFIG_CMD_GPIO) += cmd_gpio.o -obj-$(CONFIG_CMD_I2C) += cmd_i2c.o -obj-$(CONFIG_CMD_IOTRACE) += cmd_iotrace.o -obj-$(CONFIG_CMD_HASH) += cmd_hash.o -obj-$(CONFIG_CMD_IDE) += cmd_ide.o -obj-$(CONFIG_CMD_IMMAP) += cmd_immap.o -obj-$(CONFIG_CMD_INI) += cmd_ini.o -obj-$(CONFIG_CMD_IRQ) += cmd_irq.o -obj-$(CONFIG_CMD_ITEST) += cmd_itest.o -obj-$(CONFIG_CMD_JFFS2) += cmd_jffs2.o -obj-$(CONFIG_CMD_CRAMFS) += cmd_cramfs.o -obj-$(CONFIG_CMD_LDRINFO) += cmd_ldrinfo.o -obj-$(CONFIG_CMD_LED) += cmd_led.o -obj-$(CONFIG_CMD_LICENSE) += cmd_license.o -obj-y += cmd_load.o -obj-$(CONFIG_LOGBUFFER) += cmd_log.o -obj-$(CONFIG_ID_EEPROM) += cmd_mac.o -obj-$(CONFIG_CMD_MD5SUM) += cmd_md5sum.o -obj-$(CONFIG_CMD_MEMORY) += cmd_mem.o -obj-$(CONFIG_CMD_IO) += cmd_io.o -obj-$(CONFIG_CMD_MFSL) += cmd_mfsl.o -obj-$(CONFIG_CMD_MII) += cmd_mii.o +obj-$(CONFIG_CMD_FPGAD) += fpgad.o +obj-$(CONFIG_CMD_FS_GENERIC) += fs.o +obj-$(CONFIG_CMD_FUSE) += fuse.o +obj-$(CONFIG_CMD_GETTIME) += gettime.o +obj-$(CONFIG_CMD_GPIO) += gpio.o +obj-$(CONFIG_CMD_I2C) += i2c.o +obj-$(CONFIG_CMD_IOTRACE) += iotrace.o +obj-$(CONFIG_CMD_HASH) += hash.o +obj-$(CONFIG_CMD_IDE) += ide.o +obj-$(CONFIG_CMD_IMMAP) += immap.o +obj-$(CONFIG_CMD_INI) += ini.o +obj-$(CONFIG_CMD_IRQ) += irq.o +obj-$(CONFIG_CMD_ITEST) += itest.o +obj-$(CONFIG_CMD_JFFS2) += jffs2.o +obj-$(CONFIG_CMD_CRAMFS) += cramfs.o +obj-$(CONFIG_CMD_LDRINFO) += ldrinfo.o +obj-$(CONFIG_CMD_LED) += led.o +obj-$(CONFIG_CMD_LICENSE) += license.o +obj-y += load.o +obj-$(CONFIG_LOGBUFFER) += log.o +obj-$(CONFIG_ID_EEPROM) += mac.o +obj-$(CONFIG_CMD_MD5SUM) += md5sum.o +obj-$(CONFIG_CMD_MEMORY) += mem.o +obj-$(CONFIG_CMD_IO) += io.o +obj-$(CONFIG_CMD_MFSL) += mfsl.o +obj-$(CONFIG_CMD_MII) += mii.o ifdef CONFIG_PHYLIB -obj-$(CONFIG_CMD_MII) += cmd_mdio.o +obj-$(CONFIG_CMD_MII) += mdio.o endif -obj-$(CONFIG_CMD_MISC) += cmd_misc.o -obj-$(CONFIG_CMD_MMC) += cmd_mmc.o -obj-$(CONFIG_CMD_MMC_SPI) += cmd_mmc_spi.o -obj-$(CONFIG_MP) += cmd_mp.o -obj-$(CONFIG_CMD_MTDPARTS) += cmd_mtdparts.o -obj-$(CONFIG_CMD_NAND) += cmd_nand.o -obj-$(CONFIG_CMD_NET) += cmd_net.o -obj-$(CONFIG_CMD_ONENAND) += cmd_onenand.o -obj-$(CONFIG_CMD_OTP) += cmd_otp.o -obj-$(CONFIG_CMD_PART) += cmd_part.o +obj-$(CONFIG_CMD_MISC) += misc.o +obj-$(CONFIG_CMD_MMC) += mmc.o +obj-$(CONFIG_CMD_MMC_SPI) += mmc_spi.o +obj-$(CONFIG_MP) += mp.o +obj-$(CONFIG_CMD_MTDPARTS) += mtdparts.o +obj-$(CONFIG_CMD_NAND) += nand.o +obj-$(CONFIG_CMD_NET) += net.o +obj-$(CONFIG_CMD_ONENAND) += onenand.o +obj-$(CONFIG_CMD_OTP) += otp.o +obj-$(CONFIG_CMD_PART) += part.o ifdef CONFIG_PCI -obj-$(CONFIG_CMD_PCI) += cmd_pci.o +obj-$(CONFIG_CMD_PCI) += pci.o endif -obj-y += cmd_pcmcia.o -obj-$(CONFIG_CMD_PORTIO) += cmd_portio.o -obj-$(CONFIG_CMD_PXE) += cmd_pxe.o -obj-$(CONFIG_CMD_READ) += cmd_read.o -obj-$(CONFIG_CMD_REGINFO) += cmd_reginfo.o -obj-$(CONFIG_CMD_REISER) += cmd_reiser.o -obj-$(CONFIG_CMD_REMOTEPROC) += cmd_remoteproc.o -obj-$(CONFIG_SANDBOX) += cmd_host.o -obj-$(CONFIG_CMD_SATA) += cmd_sata.o -obj-$(CONFIG_CMD_SF) += cmd_sf.o -obj-$(CONFIG_CMD_SCSI) += cmd_scsi.o -obj-$(CONFIG_CMD_SHA1SUM) += cmd_sha1sum.o -obj-$(CONFIG_CMD_SETEXPR) += cmd_setexpr.o -obj-$(CONFIG_CMD_SOFTSWITCH) += cmd_softswitch.o -obj-$(CONFIG_CMD_SPI) += cmd_spi.o -obj-$(CONFIG_CMD_SPIBOOTLDR) += cmd_spibootldr.o -obj-$(CONFIG_CMD_STRINGS) += cmd_strings.o -obj-$(CONFIG_CMD_TERMINAL) += cmd_terminal.o -obj-$(CONFIG_CMD_TIME) += cmd_time.o -obj-$(CONFIG_CMD_TRACE) += cmd_trace.o -obj-$(CONFIG_SYS_HUSH_PARSER) += cmd_test.o -obj-$(CONFIG_CMD_TPM) += cmd_tpm.o -obj-$(CONFIG_CMD_TPM_TEST) += cmd_tpm_test.o -obj-$(CONFIG_CMD_TSI148) += cmd_tsi148.o -obj-$(CONFIG_CMD_UBI) += cmd_ubi.o -obj-$(CONFIG_CMD_UBIFS) += cmd_ubifs.o -obj-$(CONFIG_CMD_UNIVERSE) += cmd_universe.o -obj-$(CONFIG_CMD_UNZIP) += cmd_unzip.o +obj-y += pcmcia.o +obj-$(CONFIG_CMD_PORTIO) += portio.o +obj-$(CONFIG_CMD_PXE) += pxe.o +obj-$(CONFIG_CMD_READ) += read.o +obj-$(CONFIG_CMD_REGINFO) += reginfo.o +obj-$(CONFIG_CMD_REISER) += reiser.o +obj-$(CONFIG_CMD_REMOTEPROC) += remoteproc.o +obj-$(CONFIG_SANDBOX) += host.o +obj-$(CONFIG_CMD_SATA) += sata.o +obj-$(CONFIG_CMD_SF) += sf.o +obj-$(CONFIG_CMD_SCSI) += scsi.o +obj-$(CONFIG_CMD_SHA1SUM) += sha1sum.o +obj-$(CONFIG_CMD_SETEXPR) += setexpr.o +obj-$(CONFIG_CMD_SOFTSWITCH) += softswitch.o +obj-$(CONFIG_CMD_SPI) += spi.o +obj-$(CONFIG_CMD_SPIBOOTLDR) += spibootldr.o +obj-$(CONFIG_CMD_STRINGS) += strings.o +obj-$(CONFIG_CMD_TERMINAL) += terminal.o +obj-$(CONFIG_CMD_TIME) += time.o +obj-$(CONFIG_CMD_TRACE) += trace.o +obj-$(CONFIG_SYS_HUSH_PARSER) += test.o +obj-$(CONFIG_CMD_TPM) += tpm.o +obj-$(CONFIG_CMD_TPM_TEST) += tpm_test.o +obj-$(CONFIG_CMD_TSI148) += tsi148.o +obj-$(CONFIG_CMD_UBI) += ubi.o +obj-$(CONFIG_CMD_UBIFS) += ubifs.o +obj-$(CONFIG_CMD_UNIVERSE) += universe.o +obj-$(CONFIG_CMD_UNZIP) += unzip.o ifdef CONFIG_LZMA -obj-$(CONFIG_CMD_LZMADEC) += cmd_lzmadec.o +obj-$(CONFIG_CMD_LZMADEC) += lzmadec.o endif -obj-$(CONFIG_CMD_USB) += cmd_usb.o -obj-$(CONFIG_CMD_FASTBOOT) += cmd_fastboot.o -obj-$(CONFIG_CMD_FS_UUID) += cmd_fs_uuid.o +obj-$(CONFIG_CMD_USB) += usb.o +obj-$(CONFIG_CMD_FASTBOOT) += fastboot.o +obj-$(CONFIG_CMD_FS_UUID) += fs_uuid.o -obj-$(CONFIG_CMD_USB_MASS_STORAGE) += cmd_usb_mass_storage.o -obj-$(CONFIG_CMD_THOR_DOWNLOAD) += cmd_thordown.o -obj-$(CONFIG_CMD_XIMG) += cmd_ximg.o -obj-$(CONFIG_YAFFS2) += cmd_yaffs2.o -obj-$(CONFIG_CMD_SPL) += cmd_spl.o -obj-$(CONFIG_CMD_ZIP) += cmd_zip.o -obj-$(CONFIG_CMD_ZFS) += cmd_zfs.o +obj-$(CONFIG_CMD_USB_MASS_STORAGE) += usb_mass_storage.o +obj-$(CONFIG_CMD_THOR_DOWNLOAD) += thordown.o +obj-$(CONFIG_CMD_XIMG) += ximg.o +obj-$(CONFIG_YAFFS2) += yaffs2.o +obj-$(CONFIG_CMD_SPL) += spl.o +obj-$(CONFIG_CMD_ZIP) += zip.o +obj-$(CONFIG_CMD_ZFS) += zfs.o -obj-$(CONFIG_CMD_DFU) += cmd_dfu.o -obj-$(CONFIG_CMD_GPT) += cmd_gpt.o -obj-$(CONFIG_CMD_ETHSW) += cmd_ethsw.o +obj-$(CONFIG_CMD_DFU) += dfu.o +obj-$(CONFIG_CMD_GPT) += gpt.o +obj-$(CONFIG_CMD_ETHSW) += ethsw.o # Power -obj-$(CONFIG_CMD_PMIC) += cmd_pmic.o -obj-$(CONFIG_CMD_REGULATOR) += cmd_regulator.o +obj-$(CONFIG_CMD_PMIC) += pmic.o +obj-$(CONFIG_CMD_REGULATOR) += regulator.o endif # !CONFIG_SPL_BUILD ifdef CONFIG_SPL_BUILD ifdef CONFIG_SPL_SATA_SUPPORT -obj-$(CONFIG_CMD_SCSI) += cmd_scsi.o +obj-$(CONFIG_CMD_SCSI) += scsi.o endif endif # CONFIG_SPL_BUILD -obj-$(CONFIG_CMD_BLOB) += cmd_blob.o +obj-$(CONFIG_CMD_BLOB) += blob.o # core command -obj-y += cmd_nvedit.o -obj-y += cmd_disk.o +obj-y += nvedit.o +obj-y += disk.o diff --git a/cmd/cmd_aes.c b/cmd/aes.c index 76da3ef..76da3ef 100644 --- a/cmd/cmd_aes.c +++ b/cmd/aes.c diff --git a/cmd/cmd_ambapp.c b/cmd/ambapp.c index 4b6d174..4b6d174 100644 --- a/cmd/cmd_ambapp.c +++ b/cmd/ambapp.c diff --git a/cmd/cmd_armflash.c b/cmd/armflash.c index b94d128..b94d128 100644 --- a/cmd/cmd_armflash.c +++ b/cmd/armflash.c diff --git a/cmd/cmd_bdinfo.c b/cmd/bdinfo.c index deed6d8..deed6d8 100644 --- a/cmd/cmd_bdinfo.c +++ b/cmd/bdinfo.c diff --git a/cmd/cmd_bedbug.c b/cmd/bedbug.c index 69afeaf..69afeaf 100644 --- a/cmd/cmd_bedbug.c +++ b/cmd/bedbug.c diff --git a/cmd/cmd_blob.c b/cmd/blob.c index ac8b268..ac8b268 100644 --- a/cmd/cmd_blob.c +++ b/cmd/blob.c diff --git a/cmd/cmd_bmp.c b/cmd/bmp.c index fd5b7db..fd5b7db 100644 --- a/cmd/cmd_bmp.c +++ b/cmd/bmp.c diff --git a/cmd/cmd_boot.c b/cmd/boot.c index 72f2cf3..72f2cf3 100644 --- a/cmd/cmd_boot.c +++ b/cmd/boot.c diff --git a/cmd/cmd_bootldr.c b/cmd/bootldr.c index bc5c1f9..bc5c1f9 100644 --- a/cmd/cmd_bootldr.c +++ b/cmd/bootldr.c diff --git a/cmd/cmd_bootm.c b/cmd/bootm.c index 48738ac..48738ac 100644 --- a/cmd/cmd_bootm.c +++ b/cmd/bootm.c diff --git a/cmd/cmd_bootmenu.c b/cmd/bootmenu.c index 5879065..5879065 100644 --- a/cmd/cmd_bootmenu.c +++ b/cmd/bootmenu.c diff --git a/cmd/cmd_bootstage.c b/cmd/bootstage.c index 788ab16..788ab16 100644 --- a/cmd/cmd_bootstage.c +++ b/cmd/bootstage.c diff --git a/cmd/cmd_cache.c b/cmd/cache.c index 37ab345..37ab345 100644 --- a/cmd/cmd_cache.c +++ b/cmd/cache.c diff --git a/cmd/cmd_cbfs.c b/cmd/cbfs.c index 35d8a7a..35d8a7a 100644 --- a/cmd/cmd_cbfs.c +++ b/cmd/cbfs.c diff --git a/cmd/cmd_clk.c b/cmd/clk.c index 6d3d46a..6d3d46a 100644 --- a/cmd/cmd_clk.c +++ b/cmd/clk.c diff --git a/cmd/cmd_console.c b/cmd/console.c index 9a356ec..9a356ec 100644 --- a/cmd/cmd_console.c +++ b/cmd/console.c diff --git a/cmd/cmd_cplbinfo.c b/cmd/cplbinfo.c index ab5b3b5..ab5b3b5 100644 --- a/cmd/cmd_cplbinfo.c +++ b/cmd/cplbinfo.c diff --git a/cmd/cmd_cpu.c b/cmd/cpu.c index b4af64f5..b4af64f5 100644 --- a/cmd/cmd_cpu.c +++ b/cmd/cpu.c diff --git a/cmd/cmd_cramfs.c b/cmd/cramfs.c index 1d31326..1d31326 100644 --- a/cmd/cmd_cramfs.c +++ b/cmd/cramfs.c diff --git a/cmd/cmd_dataflash_mmc_mux.c b/cmd/dataflash_mmc_mux.c index 3832248..3832248 100644 --- a/cmd/cmd_dataflash_mmc_mux.c +++ b/cmd/dataflash_mmc_mux.c diff --git a/cmd/cmd_date.c b/cmd/date.c index 8714699..8714699 100644 --- a/cmd/cmd_date.c +++ b/cmd/date.c diff --git a/cmd/cmd_dcr.c b/cmd/dcr.c index cc77250..cc77250 100644 --- a/cmd/cmd_dcr.c +++ b/cmd/dcr.c diff --git a/cmd/cmd_demo.c b/cmd/demo.c index 209dc4a..209dc4a 100644 --- a/cmd/cmd_demo.c +++ b/cmd/demo.c diff --git a/cmd/cmd_dfu.c b/cmd/dfu.c index 6d95ce9..6d95ce9 100644 --- a/cmd/cmd_dfu.c +++ b/cmd/dfu.c diff --git a/cmd/cmd_diag.c b/cmd/diag.c index 14ae04f..14ae04f 100644 --- a/cmd/cmd_diag.c +++ b/cmd/diag.c diff --git a/cmd/cmd_disk.c b/cmd/disk.c index 3025225..3025225 100644 --- a/cmd/cmd_disk.c +++ b/cmd/disk.c diff --git a/cmd/cmd_display.c b/cmd/display.c index bc1b1eb..bc1b1eb 100644 --- a/cmd/cmd_display.c +++ b/cmd/display.c diff --git a/cmd/cmd_dtt.c b/cmd/dtt.c index f2e750f..f2e750f 100644 --- a/cmd/cmd_dtt.c +++ b/cmd/dtt.c diff --git a/cmd/cmd_echo.c b/cmd/echo.c index 3dc3a63..3dc3a63 100644 --- a/cmd/cmd_echo.c +++ b/cmd/echo.c diff --git a/cmd/cmd_eeprom.c b/cmd/eeprom.c index 571240a..571240a 100644 --- a/cmd/cmd_eeprom.c +++ b/cmd/eeprom.c diff --git a/cmd/cmd_efi.c b/cmd/efi.c index c76296e..c76296e 100644 --- a/cmd/cmd_efi.c +++ b/cmd/efi.c diff --git a/cmd/cmd_elf.c b/cmd/elf.c index 5190cc6..5190cc6 100644 --- a/cmd/cmd_elf.c +++ b/cmd/elf.c diff --git a/cmd/cmd_ethsw.c b/cmd/ethsw.c index 8e452e9..8e452e9 100644 --- a/cmd/cmd_ethsw.c +++ b/cmd/ethsw.c diff --git a/cmd/cmd_exit.c b/cmd/exit.c index c789233..c789233 100644 --- a/cmd/cmd_exit.c +++ b/cmd/exit.c diff --git a/cmd/cmd_ext2.c b/cmd/ext2.c index 6657ef5..6657ef5 100644 --- a/cmd/cmd_ext2.c +++ b/cmd/ext2.c diff --git a/cmd/cmd_ext4.c b/cmd/ext4.c index 19423d1..19423d1 100644 --- a/cmd/cmd_ext4.c +++ b/cmd/ext4.c diff --git a/cmd/cmd_fastboot.c b/cmd/fastboot.c index 488822a..488822a 100644 --- a/cmd/cmd_fastboot.c +++ b/cmd/fastboot.c diff --git a/cmd/cmd_fat.c b/cmd/fat.c index aae993d..aae993d 100644 --- a/cmd/cmd_fat.c +++ b/cmd/fat.c diff --git a/cmd/cmd_fdc.c b/cmd/fdc.c index 5766b56..5766b56 100644 --- a/cmd/cmd_fdc.c +++ b/cmd/fdc.c diff --git a/cmd/cmd_fdt.c b/cmd/fdt.c index 4c18962..4c18962 100644 --- a/cmd/cmd_fdt.c +++ b/cmd/fdt.c diff --git a/cmd/cmd_fitupd.c b/cmd/fitupd.c index 78b8747..78b8747 100644 --- a/cmd/cmd_fitupd.c +++ b/cmd/fitupd.c diff --git a/cmd/cmd_flash.c b/cmd/flash.c index 85d18bb..85d18bb 100644 --- a/cmd/cmd_flash.c +++ b/cmd/flash.c diff --git a/cmd/cmd_fpga.c b/cmd/fpga.c index 7f99aab..7f99aab 100644 --- a/cmd/cmd_fpga.c +++ b/cmd/fpga.c diff --git a/cmd/cmd_fpgad.c b/cmd/fpgad.c index 5370c3e..5370c3e 100644 --- a/cmd/cmd_fpgad.c +++ b/cmd/fpgad.c diff --git a/cmd/cmd_fs_uuid.c b/cmd/fs_uuid.c index 613f3a4..613f3a4 100644 --- a/cmd/cmd_fs_uuid.c +++ b/cmd/fs_uuid.c diff --git a/cmd/cmd_fuse.c b/cmd/fuse.c index 5998f9b..5998f9b 100644 --- a/cmd/cmd_fuse.c +++ b/cmd/fuse.c diff --git a/cmd/cmd_gettime.c b/cmd/gettime.c index c48baad..c48baad 100644 --- a/cmd/cmd_gettime.c +++ b/cmd/gettime.c diff --git a/cmd/cmd_gpio.c b/cmd/gpio.c index 2b78b16..2b78b16 100644 --- a/cmd/cmd_gpio.c +++ b/cmd/gpio.c diff --git a/cmd/cmd_gpt.c b/cmd/gpt.c index d94d553..d94d553 100644 --- a/cmd/cmd_gpt.c +++ b/cmd/gpt.c diff --git a/cmd/cmd_hash.c b/cmd/hash.c index 704d21e..704d21e 100644 --- a/cmd/cmd_hash.c +++ b/cmd/hash.c diff --git a/cmd/cmd_help.c b/cmd/help.c index 6ff494d..6ff494d 100644 --- a/cmd/cmd_help.c +++ b/cmd/help.c diff --git a/cmd/cmd_host.c b/cmd/host.c index ba1460e..ba1460e 100644 --- a/cmd/cmd_host.c +++ b/cmd/host.c diff --git a/cmd/cmd_i2c.c b/cmd/i2c.c index b3bb644..b3bb644 100644 --- a/cmd/cmd_i2c.c +++ b/cmd/i2c.c diff --git a/cmd/cmd_ide.c b/cmd/ide.c index f19a7ce..f19a7ce 100644 --- a/cmd/cmd_ide.c +++ b/cmd/ide.c diff --git a/cmd/cmd_immap.c b/cmd/immap.c index 1414f9a..1414f9a 100644 --- a/cmd/cmd_immap.c +++ b/cmd/immap.c diff --git a/cmd/cmd_ini.c b/cmd/ini.c index 727fd1c..727fd1c 100644 --- a/cmd/cmd_ini.c +++ b/cmd/ini.c diff --git a/cmd/cmd_iotrace.c b/cmd/iotrace.c index f54276d..f54276d 100644 --- a/cmd/cmd_iotrace.c +++ b/cmd/iotrace.c diff --git a/cmd/cmd_irq.c b/cmd/irq.c index 02da450..02da450 100644 --- a/cmd/cmd_irq.c +++ b/cmd/irq.c diff --git a/cmd/cmd_itest.c b/cmd/itest.c index 91ae5c2..91ae5c2 100644 --- a/cmd/cmd_itest.c +++ b/cmd/itest.c diff --git a/cmd/cmd_jffs2.c b/cmd/jffs2.c index bce0983..bce0983 100644 --- a/cmd/cmd_jffs2.c +++ b/cmd/jffs2.c diff --git a/cmd/cmd_ldrinfo.c b/cmd/ldrinfo.c index 2aa56bd..2aa56bd 100644 --- a/cmd/cmd_ldrinfo.c +++ b/cmd/ldrinfo.c diff --git a/cmd/cmd_led.c b/cmd/led.c index b0f1a61..b0f1a61 100644 --- a/cmd/cmd_led.c +++ b/cmd/led.c diff --git a/cmd/cmd_license.c b/cmd/license.c index b07de72..b07de72 100644 --- a/cmd/cmd_license.c +++ b/cmd/license.c diff --git a/cmd/cmd_load.c b/cmd/load.c index 0aa7937..0aa7937 100644 --- a/cmd/cmd_load.c +++ b/cmd/load.c diff --git a/cmd/cmd_log.c b/cmd/log.c index 873ee40..873ee40 100644 --- a/cmd/cmd_log.c +++ b/cmd/log.c diff --git a/cmd/cmd_lzmadec.c b/cmd/lzmadec.c index 1ad9ed6..1ad9ed6 100644 --- a/cmd/cmd_lzmadec.c +++ b/cmd/lzmadec.c diff --git a/cmd/cmd_mac.c b/cmd/mac.c index 52d3ba0..52d3ba0 100644 --- a/cmd/cmd_mac.c +++ b/cmd/mac.c diff --git a/cmd/cmd_md5sum.c b/cmd/md5sum.c index 23bb81e..23bb81e 100644 --- a/cmd/cmd_md5sum.c +++ b/cmd/md5sum.c diff --git a/cmd/cmd_mdio.c b/cmd/mdio.c index fb13d05..fb13d05 100644 --- a/cmd/cmd_mdio.c +++ b/cmd/mdio.c diff --git a/cmd/cmd_mem.c b/cmd/mem.c index efa3929..efa3929 100644 --- a/cmd/cmd_mem.c +++ b/cmd/mem.c diff --git a/cmd/cmd_mfsl.c b/cmd/mfsl.c index e8e8e3c..e8e8e3c 100644 --- a/cmd/cmd_mfsl.c +++ b/cmd/mfsl.c diff --git a/cmd/cmd_mii.c b/cmd/mii.c index 7ef7532..7ef7532 100644 --- a/cmd/cmd_mii.c +++ b/cmd/mii.c diff --git a/cmd/cmd_misc.c b/cmd/misc.c index 39d8683..39d8683 100644 --- a/cmd/cmd_misc.c +++ b/cmd/misc.c diff --git a/cmd/cmd_mmc.c b/cmd/mmc.c index 1c7156f..1c7156f 100644 --- a/cmd/cmd_mmc.c +++ b/cmd/mmc.c diff --git a/cmd/cmd_mmc_spi.c b/cmd/mmc_spi.c index a2138b8..a2138b8 100644 --- a/cmd/cmd_mmc_spi.c +++ b/cmd/mmc_spi.c diff --git a/cmd/cmd_mtdparts.c b/cmd/mtdparts.c index dab1958..dab1958 100644 --- a/cmd/cmd_mtdparts.c +++ b/cmd/mtdparts.c diff --git a/cmd/cmd_nand.c b/cmd/nand.c index a6b67e2..a6b67e2 100644 --- a/cmd/cmd_nand.c +++ b/cmd/nand.c diff --git a/cmd/cmd_net.c b/cmd/net.c index b2f3c7b..b2f3c7b 100644 --- a/cmd/cmd_net.c +++ b/cmd/net.c diff --git a/cmd/cmd_nvedit.c b/cmd/nvedit.c index 5ae9d9d..5ae9d9d 100644 --- a/cmd/cmd_nvedit.c +++ b/cmd/nvedit.c diff --git a/cmd/cmd_onenand.c b/cmd/onenand.c index feab01a..feab01a 100644 --- a/cmd/cmd_onenand.c +++ b/cmd/onenand.c diff --git a/cmd/cmd_otp.c b/cmd/otp.c index 10c1475..10c1475 100644 --- a/cmd/cmd_otp.c +++ b/cmd/otp.c diff --git a/cmd/cmd_part.c b/cmd/part.c index 5599509..5599509 100644 --- a/cmd/cmd_part.c +++ b/cmd/part.c diff --git a/cmd/cmd_pci.c b/cmd/pci.c index 8094d33..8094d33 100644 --- a/cmd/cmd_pci.c +++ b/cmd/pci.c diff --git a/cmd/cmd_pcmcia.c b/cmd/pcmcia.c index 682d18f..682d18f 100644 --- a/cmd/cmd_pcmcia.c +++ b/cmd/pcmcia.c diff --git a/cmd/cmd_pmic.c b/cmd/pmic.c index 970767c..970767c 100644 --- a/cmd/cmd_pmic.c +++ b/cmd/pmic.c diff --git a/cmd/cmd_portio.c b/cmd/portio.c index bf3a997..bf3a997 100644 --- a/cmd/cmd_portio.c +++ b/cmd/portio.c diff --git a/cmd/cmd_pxe.c b/cmd/pxe.c index 080b376..080b376 100644 --- a/cmd/cmd_pxe.c +++ b/cmd/pxe.c diff --git a/cmd/cmd_read.c b/cmd/read.c index 8710288..8710288 100644 --- a/cmd/cmd_read.c +++ b/cmd/read.c diff --git a/cmd/cmd_reginfo.c b/cmd/reginfo.c index 5f19e79..5f19e79 100644 --- a/cmd/cmd_reginfo.c +++ b/cmd/reginfo.c diff --git a/cmd/cmd_regulator.c b/cmd/regulator.c index bfea6e0..bfea6e0 100644 --- a/cmd/cmd_regulator.c +++ b/cmd/regulator.c diff --git a/cmd/cmd_reiser.c b/cmd/reiser.c index 8871564..8871564 100644 --- a/cmd/cmd_reiser.c +++ b/cmd/reiser.c diff --git a/cmd/cmd_remoteproc.c b/cmd/remoteproc.c index 794a406..794a406 100644 --- a/cmd/cmd_remoteproc.c +++ b/cmd/remoteproc.c diff --git a/cmd/cmd_sata.c b/cmd/sata.c index 76bacea..76bacea 100644 --- a/cmd/cmd_sata.c +++ b/cmd/sata.c diff --git a/cmd/cmd_scsi.c b/cmd/scsi.c index bc7d1b6..bc7d1b6 100644 --- a/cmd/cmd_scsi.c +++ b/cmd/scsi.c diff --git a/cmd/cmd_setexpr.c b/cmd/setexpr.c index e7194fc..e7194fc 100644 --- a/cmd/cmd_setexpr.c +++ b/cmd/setexpr.c diff --git a/cmd/cmd_sha1sum.c b/cmd/sha1sum.c index 783ea2e..783ea2e 100644 --- a/cmd/cmd_sha1sum.c +++ b/cmd/sha1sum.c diff --git a/cmd/cmd_softswitch.c b/cmd/softswitch.c index f75d926..f75d926 100644 --- a/cmd/cmd_softswitch.c +++ b/cmd/softswitch.c diff --git a/cmd/cmd_sound.c b/cmd/sound.c index f5dd8bc..f5dd8bc 100644 --- a/cmd/cmd_sound.c +++ b/cmd/sound.c diff --git a/cmd/cmd_source.c b/cmd/source.c index db7ab7e..db7ab7e 100644 --- a/cmd/cmd_source.c +++ b/cmd/source.c diff --git a/cmd/cmd_spi.c b/cmd/spi.c index 64c3ffc..64c3ffc 100644 --- a/cmd/cmd_spi.c +++ b/cmd/spi.c diff --git a/cmd/cmd_spibootldr.c b/cmd/spibootldr.c index ca76dde..ca76dde 100644 --- a/cmd/cmd_spibootldr.c +++ b/cmd/spibootldr.c diff --git a/cmd/cmd_spl.c b/cmd/spl.c index 057764a..057764a 100644 --- a/cmd/cmd_spl.c +++ b/cmd/spl.c diff --git a/cmd/cmd_strings.c b/cmd/strings.c index 41b1665..41b1665 100644 --- a/cmd/cmd_strings.c +++ b/cmd/strings.c diff --git a/cmd/cmd_terminal.c b/cmd/terminal.c index 4b9c0b3..4b9c0b3 100644 --- a/cmd/cmd_terminal.c +++ b/cmd/terminal.c diff --git a/cmd/cmd_test.c b/cmd/test.c index 7285f75..7285f75 100644 --- a/cmd/cmd_test.c +++ b/cmd/test.c diff --git a/cmd/cmd_thordown.c b/cmd/thordown.c index 436b7f5..436b7f5 100644 --- a/cmd/cmd_thordown.c +++ b/cmd/thordown.c diff --git a/cmd/cmd_time.c b/cmd/time.c index de57e3b..de57e3b 100644 --- a/cmd/cmd_time.c +++ b/cmd/time.c diff --git a/cmd/cmd_tpm.c b/cmd/tpm.c index add6bfb..add6bfb 100644 --- a/cmd/cmd_tpm.c +++ b/cmd/tpm.c diff --git a/cmd/cmd_tpm_test.c b/cmd/tpm_test.c index 65332d1..65332d1 100644 --- a/cmd/cmd_tpm_test.c +++ b/cmd/tpm_test.c diff --git a/cmd/cmd_trace.c b/cmd/trace.c index 1e62a1a..1e62a1a 100644 --- a/cmd/cmd_trace.c +++ b/cmd/trace.c diff --git a/cmd/cmd_tsi148.c b/cmd/tsi148.c index ea96d0f..ea96d0f 100644 --- a/cmd/cmd_tsi148.c +++ b/cmd/tsi148.c diff --git a/cmd/cmd_ubi.c b/cmd/ubi.c index 753a4db..753a4db 100644 --- a/cmd/cmd_ubi.c +++ b/cmd/ubi.c diff --git a/cmd/cmd_ubifs.c b/cmd/ubifs.c index 5e9d357..5e9d357 100644 --- a/cmd/cmd_ubifs.c +++ b/cmd/ubifs.c diff --git a/cmd/cmd_universe.c b/cmd/universe.c index c931036..c931036 100644 --- a/cmd/cmd_universe.c +++ b/cmd/universe.c diff --git a/cmd/cmd_unzip.c b/cmd/unzip.c index 0686be6..0686be6 100644 --- a/cmd/cmd_unzip.c +++ b/cmd/unzip.c diff --git a/cmd/cmd_usb.c b/cmd/usb.c index c7b642c..c7b642c 100644 --- a/cmd/cmd_usb.c +++ b/cmd/usb.c diff --git a/cmd/cmd_usb_mass_storage.c b/cmd/usb_mass_storage.c index 0415591..0415591 100644 --- a/cmd/cmd_usb_mass_storage.c +++ b/cmd/usb_mass_storage.c diff --git a/cmd/cmd_version.c b/cmd/version.c index 1be0667..1be0667 100644 --- a/cmd/cmd_version.c +++ b/cmd/version.c diff --git a/cmd/cmd_ximg.c b/cmd/ximg.c index d033c15..d033c15 100644 --- a/cmd/cmd_ximg.c +++ b/cmd/ximg.c diff --git a/cmd/cmd_yaffs2.c b/cmd/yaffs2.c index 9244606..9244606 100644 --- a/cmd/cmd_yaffs2.c +++ b/cmd/yaffs2.c diff --git a/cmd/cmd_zfs.c b/cmd/zfs.c index 0aed29e..0aed29e 100644 --- a/cmd/cmd_zfs.c +++ b/cmd/zfs.c diff --git a/cmd/cmd_zip.c b/cmd/zip.c index 7fcd9d5..7fcd9d5 100644 --- a/cmd/cmd_zip.c +++ b/cmd/zip.c |