[U-Boot] [PATCH v2 14/44] dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI
Simon Glass
sjg at chromium.org
Sat May 14 21:35:04 CEST 2016
On 1 May 2016 at 11:36, Simon Glass <sjg at chromium.org> wrote:
> This option currently enables both the command and the SCSI functionality.
> Rename the existing option to CONFIG_SCSI since most of the code relates
> to the feature.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2: None
>
> README | 4 ++--
> api/api_storage.c | 2 +-
> arch/arm/include/asm/arch-ls102xa/config.h | 2 +-
> board/mpl/pip405/README | 6 +++---
> cmd/Makefile | 4 ++--
> cmd/disk.c | 2 +-
> common/board_r.c | 4 ++--
> disk/part.c | 2 +-
> drivers/block/sym53c8xx.c | 2 +-
> fs/fat/fat.c | 2 +-
> include/config_cmd_all.h | 2 +-
> include/config_distro_bootcmd.h | 6 +++---
> include/config_fallbacks.h | 2 +-
> include/configs/MPC8544DS.h | 2 +-
> include/configs/MPC8572DS.h | 2 +-
> include/configs/MPC8610HPCD.h | 2 +-
> include/configs/MPC8641HPCN.h | 2 +-
> include/configs/PIP405.h | 2 +-
> include/configs/am57xx_evm.h | 2 +-
> include/configs/cm_t54.h | 2 +-
> include/configs/db-88f6820-gp.h | 2 +-
> include/configs/dra7xx_evm.h | 2 +-
> include/configs/efi-x86.h | 2 +-
> include/configs/galileo.h | 2 +-
> include/configs/highbank.h | 2 +-
> include/configs/ls1043aqds.h | 2 +-
> include/configs/ls2080aqds.h | 2 +-
> include/configs/ls2080ardb.h | 2 +-
> include/configs/omap5_uevm.h | 2 +-
> include/configs/qemu-x86.h | 2 +-
> include/configs/sunxi-common.h | 2 +-
> include/configs/x86-common.h | 2 +-
> include/configs/xilinx_zynqmp.h | 2 +-
> 33 files changed, 40 insertions(+), 40 deletions(-)
>
Applied to u-boot-dm.
More information about the U-Boot
mailing list