summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-01-17 20:53:52 -0700
committerTom Rini <trini@konsulko.com>2016-01-25 10:39:43 -0500
commit2e192b245ed36a63bab0ef576999a95e23f60ecd (patch)
treeae6197f4a661aea2a19122d9862315695e3f1541 /cmd
parent72a8cf8dccf6f8b86d1683205e032a94eaa86938 (diff)
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>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/Makefile258
-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 880a886d3f..03f7e0a21d 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 76da3efffe..76da3efffe 100644
--- a/cmd/cmd_aes.c
+++ b/cmd/aes.c
diff --git a/cmd/cmd_ambapp.c b/cmd/ambapp.c
index 4b6d1741e9..4b6d1741e9 100644
--- a/cmd/cmd_ambapp.c
+++ b/cmd/ambapp.c
diff --git a/cmd/cmd_armflash.c b/cmd/armflash.c
index b94d128faa..b94d128faa 100644
--- a/cmd/cmd_armflash.c
+++ b/cmd/armflash.c
diff --git a/cmd/cmd_bdinfo.c b/cmd/bdinfo.c
index deed6d8255..deed6d8255 100644
--- a/cmd/cmd_bdinfo.c
+++ b/cmd/bdinfo.c
diff --git a/cmd/cmd_bedbug.c b/cmd/bedbug.c
index 69afeafecb..69afeafecb 100644
--- a/cmd/cmd_bedbug.c
+++ b/cmd/bedbug.c
diff --git a/cmd/cmd_blob.c b/cmd/blob.c
index ac8b268e0b..ac8b268e0b 100644
--- a/cmd/cmd_blob.c
+++ b/cmd/blob.c
diff --git a/cmd/cmd_bmp.c b/cmd/bmp.c
index fd5b7db288..fd5b7db288 100644
--- a/cmd/cmd_bmp.c
+++ b/cmd/bmp.c
diff --git a/cmd/cmd_boot.c b/cmd/boot.c
index 72f2cf362d..72f2cf362d 100644
--- a/cmd/cmd_boot.c
+++ b/cmd/boot.c
diff --git a/cmd/cmd_bootldr.c b/cmd/bootldr.c
index bc5c1f95ea..bc5c1f95ea 100644
--- a/cmd/cmd_bootldr.c
+++ b/cmd/bootldr.c
diff --git a/cmd/cmd_bootm.c b/cmd/bootm.c
index 48738ac605..48738ac605 100644
--- a/cmd/cmd_bootm.c
+++ b/cmd/bootm.c
diff --git a/cmd/cmd_bootmenu.c b/cmd/bootmenu.c
index 5879065c2e..5879065c2e 100644
--- a/cmd/cmd_bootmenu.c
+++ b/cmd/bootmenu.c
diff --git a/cmd/cmd_bootstage.c b/cmd/bootstage.c
index 788ab16436..788ab16436 100644
--- a/cmd/cmd_bootstage.c
+++ b/cmd/bootstage.c
diff --git a/cmd/cmd_cache.c b/cmd/cache.c
index 37ab345cb6..37ab345cb6 100644
--- a/cmd/cmd_cache.c
+++ b/cmd/cache.c
diff --git a/cmd/cmd_cbfs.c b/cmd/cbfs.c
index 35d8a7a89b..35d8a7a89b 100644
--- a/cmd/cmd_cbfs.c
+++ b/cmd/cbfs.c
diff --git a/cmd/cmd_clk.c b/cmd/clk.c
index 6d3d46a184..6d3d46a184 100644
--- a/cmd/cmd_clk.c
+++ b/cmd/clk.c
diff --git a/cmd/cmd_console.c b/cmd/console.c
index 9a356ecfc3..9a356ecfc3 100644
--- a/cmd/cmd_console.c
+++ b/cmd/console.c
diff --git a/cmd/cmd_cplbinfo.c b/cmd/cplbinfo.c
index ab5b3b5876..ab5b3b5876 100644
--- a/cmd/cmd_cplbinfo.c
+++ b/cmd/cplbinfo.c
diff --git a/cmd/cmd_cpu.c b/cmd/cpu.c
index b4af64f54f..b4af64f54f 100644
--- a/cmd/cmd_cpu.c
+++ b/cmd/cpu.c
diff --git a/cmd/cmd_cramfs.c b/cmd/cramfs.c
index 1d31326bd6..1d31326bd6 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 3832248cb6..3832248cb6 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 8714699621..8714699621 100644
--- a/cmd/cmd_date.c
+++ b/cmd/date.c
diff --git a/cmd/cmd_dcr.c b/cmd/dcr.c
index cc77250ac8..cc77250ac8 100644
--- a/cmd/cmd_dcr.c
+++ b/cmd/dcr.c
diff --git a/cmd/cmd_demo.c b/cmd/demo.c
index 209dc4a57c..209dc4a57c 100644
--- a/cmd/cmd_demo.c
+++ b/cmd/demo.c
diff --git a/cmd/cmd_dfu.c b/cmd/dfu.c
index 6d95ce9223..6d95ce9223 100644
--- a/cmd/cmd_dfu.c
+++ b/cmd/dfu.c
diff --git a/cmd/cmd_diag.c b/cmd/diag.c
index 14ae04f2a6..14ae04f2a6 100644
--- a/cmd/cmd_diag.c
+++ b/cmd/diag.c
diff --git a/cmd/cmd_disk.c b/cmd/disk.c
index 3025225c76..3025225c76 100644
--- a/cmd/cmd_disk.c
+++ b/cmd/disk.c
diff --git a/cmd/cmd_display.c b/cmd/display.c
index bc1b1ebb8f..bc1b1ebb8f 100644
--- a/cmd/cmd_display.c
+++ b/cmd/display.c
diff --git a/cmd/cmd_dtt.c b/cmd/dtt.c
index f2e750f2f1..f2e750f2f1 100644
--- a/cmd/cmd_dtt.c
+++ b/cmd/dtt.c
diff --git a/cmd/cmd_echo.c b/cmd/echo.c
index 3dc3a63f6a..3dc3a63f6a 100644
--- a/cmd/cmd_echo.c
+++ b/cmd/echo.c
diff --git a/cmd/cmd_eeprom.c b/cmd/eeprom.c
index 571240a99b..571240a99b 100644
--- a/cmd/cmd_eeprom.c
+++ b/cmd/eeprom.c
diff --git a/cmd/cmd_efi.c b/cmd/efi.c
index c76296e725..c76296e725 100644
--- a/cmd/cmd_efi.c
+++ b/cmd/efi.c
diff --git a/cmd/cmd_elf.c b/cmd/elf.c
index 5190cc6c0f..5190cc6c0f 100644
--- a/cmd/cmd_elf.c
+++ b/cmd/elf.c
diff --git a/cmd/cmd_ethsw.c b/cmd/ethsw.c
index 8e452e95be..8e452e95be 100644
--- a/cmd/cmd_ethsw.c
+++ b/cmd/ethsw.c
diff --git a/cmd/cmd_exit.c b/cmd/exit.c
index c7892333bb..c7892333bb 100644
--- a/cmd/cmd_exit.c
+++ b/cmd/exit.c
diff --git a/cmd/cmd_ext2.c b/cmd/ext2.c
index 6657ef5ca4..6657ef5ca4 100644
--- a/cmd/cmd_ext2.c
+++ b/cmd/ext2.c
diff --git a/cmd/cmd_ext4.c b/cmd/ext4.c
index 19423d1c81..19423d1c81 100644
--- a/cmd/cmd_ext4.c
+++ b/cmd/ext4.c
diff --git a/cmd/cmd_fastboot.c b/cmd/fastboot.c
index 488822a2ee..488822a2ee 100644
--- a/cmd/cmd_fastboot.c
+++ b/cmd/fastboot.c
diff --git a/cmd/cmd_fat.c b/cmd/fat.c
index aae993d2b9..aae993d2b9 100644
--- a/cmd/cmd_fat.c
+++ b/cmd/fat.c
diff --git a/cmd/cmd_fdc.c b/cmd/fdc.c
index 5766b5650b..5766b5650b 100644
--- a/cmd/cmd_fdc.c
+++ b/cmd/fdc.c
diff --git a/cmd/cmd_fdt.c b/cmd/fdt.c
index 4c18962d85..4c18962d85 100644
--- a/cmd/cmd_fdt.c
+++ b/cmd/fdt.c
diff --git a/cmd/cmd_fitupd.c b/cmd/fitupd.c
index 78b8747336..78b8747336 100644
--- a/cmd/cmd_fitupd.c
+++ b/cmd/fitupd.c
diff --git a/cmd/cmd_flash.c b/cmd/flash.c
index 85d18bb2c5..85d18bb2c5 100644
--- a/cmd/cmd_flash.c
+++ b/cmd/flash.c
diff --git a/cmd/cmd_fpga.c b/cmd/fpga.c
index 7f99aabf8a..7f99aabf8a 100644
--- a/cmd/cmd_fpga.c
+++ b/cmd/fpga.c
diff --git a/cmd/cmd_fpgad.c b/cmd/fpgad.c
index 5370c3e72d..5370c3e72d 100644
--- a/cmd/cmd_fpgad.c
+++ b/cmd/fpgad.c
diff --git a/cmd/cmd_fs.c b/cmd/fs.c
index 8f8f1b2bfc..8f8f1b2bfc 100644
--- a/cmd/cmd_fs.c
+++ b/cmd/fs.c
diff --git a/cmd/cmd_fs_uuid.c b/cmd/fs_uuid.c
index 613f3a4f3d..613f3a4f3d 100644
--- a/cmd/cmd_fs_uuid.c
+++ b/cmd/fs_uuid.c
diff --git a/cmd/cmd_fuse.c b/cmd/fuse.c
index 5998f9b2eb..5998f9b2eb 100644
--- a/cmd/cmd_fuse.c
+++ b/cmd/fuse.c
diff --git a/cmd/cmd_gettime.c b/cmd/gettime.c
index c48baad9a1..c48baad9a1 100644
--- a/cmd/cmd_gettime.c
+++ b/cmd/gettime.c
diff --git a/cmd/cmd_gpio.c b/cmd/gpio.c
index 2b78b16866..2b78b16866 100644
--- a/cmd/cmd_gpio.c
+++ b/cmd/gpio.c
diff --git a/cmd/cmd_gpt.c b/cmd/gpt.c
index d94d5530bc..d94d5530bc 100644
--- a/cmd/cmd_gpt.c
+++ b/cmd/gpt.c
diff --git a/cmd/cmd_hash.c b/cmd/hash.c
index 704d21ec6d..704d21ec6d 100644
--- a/cmd/cmd_hash.c
+++ b/cmd/hash.c
diff --git a/cmd/cmd_help.c b/cmd/help.c
index 6ff494d79b..6ff494d79b 100644
--- a/cmd/cmd_help.c
+++ b/cmd/help.c
diff --git a/cmd/cmd_host.c b/cmd/host.c
index ba1460ea1c..ba1460ea1c 100644
--- a/cmd/cmd_host.c
+++ b/cmd/host.c
diff --git a/cmd/cmd_i2c.c b/cmd/i2c.c
index b3bb64408f..b3bb64408f 100644
--- a/cmd/cmd_i2c.c
+++ b/cmd/i2c.c
diff --git a/cmd/cmd_ide.c b/cmd/ide.c
index f19a7ce42a..f19a7ce42a 100644
--- a/cmd/cmd_ide.c
+++ b/cmd/ide.c
diff --git a/cmd/cmd_immap.c b/cmd/immap.c
index 1414f9ad55..1414f9ad55 100644
--- a/cmd/cmd_immap.c
+++ b/cmd/immap.c
diff --git a/cmd/cmd_ini.c b/cmd/ini.c
index 727fd1c664..727fd1c664 100644
--- a/cmd/cmd_ini.c
+++ b/cmd/ini.c
diff --git a/cmd/cmd_io.c b/cmd/io.c
index c59148f413..c59148f413 100644
--- a/cmd/cmd_io.c
+++ b/cmd/io.c
diff --git a/cmd/cmd_iotrace.c b/cmd/iotrace.c
index f54276d2f5..f54276d2f5 100644
--- a/cmd/cmd_iotrace.c
+++ b/cmd/iotrace.c
diff --git a/cmd/cmd_irq.c b/cmd/irq.c
index 02da450f67..02da450f67 100644
--- a/cmd/cmd_irq.c
+++ b/cmd/irq.c
diff --git a/cmd/cmd_itest.c b/cmd/itest.c
index 91ae5c2704..91ae5c2704 100644
--- a/cmd/cmd_itest.c
+++ b/cmd/itest.c
diff --git a/cmd/cmd_jffs2.c b/cmd/jffs2.c
index bce098315e..bce098315e 100644
--- a/cmd/cmd_jffs2.c
+++ b/cmd/jffs2.c
diff --git a/cmd/cmd_ldrinfo.c b/cmd/ldrinfo.c
index 2aa56bdb62..2aa56bdb62 100644
--- a/cmd/cmd_ldrinfo.c
+++ b/cmd/ldrinfo.c
diff --git a/cmd/cmd_led.c b/cmd/led.c
index b0f1a61b1b..b0f1a61b1b 100644
--- a/cmd/cmd_led.c
+++ b/cmd/led.c
diff --git a/cmd/cmd_license.c b/cmd/license.c
index b07de72d36..b07de72d36 100644
--- a/cmd/cmd_license.c
+++ b/cmd/license.c
diff --git a/cmd/cmd_load.c b/cmd/load.c
index 0aa7937fd4..0aa7937fd4 100644
--- a/cmd/cmd_load.c
+++ b/cmd/load.c
diff --git a/cmd/cmd_log.c b/cmd/log.c
index 873ee40371..873ee40371 100644
--- a/cmd/cmd_log.c
+++ b/cmd/log.c
diff --git a/cmd/cmd_lzmadec.c b/cmd/lzmadec.c
index 1ad9ed6ce9..1ad9ed6ce9 100644
--- a/cmd/cmd_lzmadec.c
+++ b/cmd/lzmadec.c
diff --git a/cmd/cmd_mac.c b/cmd/mac.c
index 52d3ba0f29..52d3ba0f29 100644
--- a/cmd/cmd_mac.c
+++ b/cmd/mac.c
diff --git a/cmd/cmd_md5sum.c b/cmd/md5sum.c
index 23bb81e88c..23bb81e88c 100644
--- a/cmd/cmd_md5sum.c
+++ b/cmd/md5sum.c
diff --git a/cmd/cmd_mdio.c b/cmd/mdio.c
index fb13d05075..fb13d05075 100644
--- a/cmd/cmd_mdio.c
+++ b/cmd/mdio.c
diff --git a/cmd/cmd_mem.c b/cmd/mem.c
index efa39296ef..efa39296ef 100644
--- a/cmd/cmd_mem.c
+++ b/cmd/mem.c
diff --git a/cmd/cmd_mfsl.c b/cmd/mfsl.c
index e8e8e3c0de..e8e8e3c0de 100644
--- a/cmd/cmd_mfsl.c
+++ b/cmd/mfsl.c
diff --git a/cmd/cmd_mii.c b/cmd/mii.c
index 7ef7532a50..7ef7532a50 100644
--- a/cmd/cmd_mii.c
+++ b/cmd/mii.c
diff --git a/cmd/cmd_misc.c b/cmd/misc.c
index 39d86835cf..39d86835cf 100644
--- a/cmd/cmd_misc.c
+++ b/cmd/misc.c
diff --git a/cmd/cmd_mmc.c b/cmd/mmc.c
index 1c7156f19c..1c7156f19c 100644
--- a/cmd/cmd_mmc.c
+++ b/cmd/mmc.c
diff --git a/cmd/cmd_mmc_spi.c b/cmd/mmc_spi.c
index a2138b8650..a2138b8650 100644
--- a/cmd/cmd_mmc_spi.c
+++ b/cmd/mmc_spi.c
diff --git a/cmd/cmd_mp.c b/cmd/mp.c
index a80c642157..a80c642157 100644
--- a/cmd/cmd_mp.c
+++ b/cmd/mp.c
diff --git a/cmd/cmd_mtdparts.c b/cmd/mtdparts.c
index dab195841a..dab195841a 100644
--- a/cmd/cmd_mtdparts.c
+++ b/cmd/mtdparts.c
diff --git a/cmd/cmd_nand.c b/cmd/nand.c
index a6b67e29f1..a6b67e29f1 100644
--- a/cmd/cmd_nand.c
+++ b/cmd/nand.c
diff --git a/cmd/cmd_net.c b/cmd/net.c
index b2f3c7b709..b2f3c7b709 100644
--- a/cmd/cmd_net.c
+++ b/cmd/net.c
diff --git a/cmd/cmd_nvedit.c b/cmd/nvedit.c
index 5ae9d9d5ae..5ae9d9d5ae 100644
--- a/cmd/cmd_nvedit.c
+++ b/cmd/nvedit.c
diff --git a/cmd/cmd_onenand.c b/cmd/onenand.c
index feab01a71e..feab01a71e 100644
--- a/cmd/cmd_onenand.c
+++ b/cmd/onenand.c
diff --git a/cmd/cmd_otp.c b/cmd/otp.c
index 10c1475c5a..10c1475c5a 100644
--- a/cmd/cmd_otp.c
+++ b/cmd/otp.c
diff --git a/cmd/cmd_part.c b/cmd/part.c
index 55995097eb..55995097eb 100644
--- a/cmd/cmd_part.c
+++ b/cmd/part.c
diff --git a/cmd/cmd_pci.c b/cmd/pci.c
index 8094d3380f..8094d3380f 100644
--- a/cmd/cmd_pci.c
+++ b/cmd/pci.c
diff --git a/cmd/cmd_pcmcia.c b/cmd/pcmcia.c
index 682d18f55d..682d18f55d 100644
--- a/cmd/cmd_pcmcia.c
+++ b/cmd/pcmcia.c
diff --git a/cmd/cmd_pmic.c b/cmd/pmic.c
index 970767cdfa..970767cdfa 100644
--- a/cmd/cmd_pmic.c
+++ b/cmd/pmic.c
diff --git a/cmd/cmd_portio.c b/cmd/portio.c
index bf3a99791c..bf3a99791c 100644
--- a/cmd/cmd_portio.c
+++ b/cmd/portio.c
diff --git a/cmd/cmd_pxe.c b/cmd/pxe.c
index 080b3760de..080b3760de 100644
--- a/cmd/cmd_pxe.c
+++ b/cmd/pxe.c
diff --git a/cmd/cmd_read.c b/cmd/read.c
index 8710288781..8710288781 100644
--- a/cmd/cmd_read.c
+++ b/cmd/read.c
diff --git a/cmd/cmd_reginfo.c b/cmd/reginfo.c
index 5f19e7911b..5f19e7911b 100644
--- a/cmd/cmd_reginfo.c
+++ b/cmd/reginfo.c
diff --git a/cmd/cmd_regulator.c b/cmd/regulator.c
index bfea6e04b6..bfea6e04b6 100644
--- a/cmd/cmd_regulator.c
+++ b/cmd/regulator.c
diff --git a/cmd/cmd_reiser.c b/cmd/reiser.c
index 887156486a..887156486a 100644
--- a/cmd/cmd_reiser.c
+++ b/cmd/reiser.c
diff --git a/cmd/cmd_remoteproc.c b/cmd/remoteproc.c
index 794a406b78..794a406b78 100644
--- a/cmd/cmd_remoteproc.c
+++ b/cmd/remoteproc.c
diff --git a/cmd/cmd_sata.c b/cmd/sata.c
index 76baceae8c..76baceae8c 100644
--- a/cmd/cmd_sata.c
+++ b/cmd/sata.c
diff --git a/cmd/cmd_scsi.c b/cmd/scsi.c
index bc7d1b6c53..bc7d1b6c53 100644
--- a/cmd/cmd_scsi.c
+++ b/cmd/scsi.c
diff --git a/cmd/cmd_setexpr.c b/cmd/setexpr.c
index e7194fc4f4..e7194fc4f4 100644
--- a/cmd/cmd_setexpr.c
+++ b/cmd/setexpr.c
diff --git a/cmd/cmd_sf.c b/cmd/sf.c
index 42862d9d92..42862d9d92 100644
--- a/cmd/cmd_sf.c
+++ b/cmd/sf.c
diff --git a/cmd/cmd_sha1sum.c b/cmd/sha1sum.c
index 783ea2e32d..783ea2e32d 100644
--- a/cmd/cmd_sha1sum.c
+++ b/cmd/sha1sum.c
diff --git a/cmd/cmd_softswitch.c b/cmd/softswitch.c
index f75d926770..f75d926770 100644
--- a/cmd/cmd_softswitch.c
+++ b/cmd/softswitch.c
diff --git a/cmd/cmd_sound.c b/cmd/sound.c
index f5dd8bcf26..f5dd8bcf26 100644
--- a/cmd/cmd_sound.c
+++ b/cmd/sound.c
diff --git a/cmd/cmd_source.c b/cmd/source.c
index db7ab7e5f4..db7ab7e5f4 100644
--- a/cmd/cmd_source.c
+++ b/cmd/source.c
diff --git a/cmd/cmd_spi.c b/cmd/spi.c
index 64c3ffcf42..64c3ffcf42 100644
--- a/cmd/cmd_spi.c
+++ b/cmd/spi.c
diff --git a/cmd/cmd_spibootldr.c b/cmd/spibootldr.c
index ca76dde1dd..ca76dde1dd 100644
--- a/cmd/cmd_spibootldr.c
+++ b/cmd/spibootldr.c
diff --git a/cmd/cmd_spl.c b/cmd/spl.c
index 057764aa8d..057764aa8d 100644
--- a/cmd/cmd_spl.c
+++ b/cmd/spl.c
diff --git a/cmd/cmd_strings.c b/cmd/strings.c
index 41b1665926..41b1665926 100644
--- a/cmd/cmd_strings.c
+++ b/cmd/strings.c
diff --git a/cmd/cmd_terminal.c b/cmd/terminal.c
index 4b9c0b34de..4b9c0b34de 100644
--- a/cmd/cmd_terminal.c
+++ b/cmd/terminal.c
diff --git a/cmd/cmd_test.c b/cmd/test.c
index 7285f75469..7285f75469 100644
--- a/cmd/cmd_test.c
+++ b/cmd/test.c
diff --git a/cmd/cmd_thordown.c b/cmd/thordown.c
index 436b7f5631..436b7f5631 100644
--- a/cmd/cmd_thordown.c
+++ b/cmd/thordown.c
diff --git a/cmd/cmd_time.c b/cmd/time.c
index de57e3b9dd..de57e3b9dd 100644
--- a/cmd/cmd_time.c
+++ b/cmd/time.c
diff --git a/cmd/cmd_tpm.c b/cmd/tpm.c
index add6bfb416..add6bfb416 100644
--- a/cmd/cmd_tpm.c
+++ b/cmd/tpm.c
diff --git a/cmd/cmd_tpm_test.c b/cmd/tpm_test.c
index 65332d1117..65332d1117 100644
--- a/cmd/cmd_tpm_test.c
+++ b/cmd/tpm_test.c
diff --git a/cmd/cmd_trace.c b/cmd/trace.c
index 1e62a1a199..1e62a1a199 100644
--- a/cmd/cmd_trace.c
+++ b/cmd/trace.c
diff --git a/cmd/cmd_tsi148.c b/cmd/tsi148.c
index ea96d0ffb0..ea96d0ffb0 100644
--- a/cmd/cmd_tsi148.c
+++ b/cmd/tsi148.c
diff --git a/cmd/cmd_ubi.c b/cmd/ubi.c
index 753a4dba3d..753a4dba3d 100644
--- a/cmd/cmd_ubi.c
+++ b/cmd/ubi.c
diff --git a/cmd/cmd_ubifs.c b/cmd/ubifs.c
index 5e9d357cd7..5e9d357cd7 100644
--- a/cmd/cmd_ubifs.c
+++ b/cmd/ubifs.c
diff --git a/cmd/cmd_universe.c b/cmd/universe.c
index c9310363f1..c9310363f1 100644
--- a/cmd/cmd_universe.c
+++ b/cmd/universe.c
diff --git a/cmd/cmd_unzip.c b/cmd/unzip.c
index 0686be68ce..0686be68ce 100644
--- a/cmd/cmd_unzip.c
+++ b/cmd/unzip.c
diff --git a/cmd/cmd_usb.c b/cmd/usb.c
index c7b642c40a..c7b642c40a 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 041559172d..041559172d 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 1be0667f09..1be0667f09 100644
--- a/cmd/cmd_version.c
+++ b/cmd/version.c
diff --git a/cmd/cmd_ximg.c b/cmd/ximg.c
index d033c15b62..d033c15b62 100644
--- a/cmd/cmd_ximg.c
+++ b/cmd/ximg.c
diff --git a/cmd/cmd_yaffs2.c b/cmd/yaffs2.c
index 9244606bda..9244606bda 100644
--- a/cmd/cmd_yaffs2.c
+++ b/cmd/yaffs2.c
diff --git a/cmd/cmd_zfs.c b/cmd/zfs.c
index 0aed29e9b2..0aed29e9b2 100644
--- a/cmd/cmd_zfs.c
+++ b/cmd/zfs.c
diff --git a/cmd/cmd_zip.c b/cmd/zip.c
index 7fcd9d5bf8..7fcd9d5bf8 100644
--- a/cmd/cmd_zip.c
+++ b/cmd/zip.c