[U-Boot] [PATCH v2 06/29] Kconfig: Add CONFIG_SATA to enable SATA
sjg at google.com
sjg at google.com
Thu Jun 15 19:21:08 UTC 2017
At present CONFIG_CMD_SATA enables the 'sata' command which also brings
in SATA support. Some boards may wish to enable SATA without the command.
Add a separate CONFIG to permit this.
Signed-off-by: Simon Glass <sjg at chromium.org>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
---
Changes in v2: None
api/api_storage.c | 2 +-
arch/arm/cpu/armv7/mx6/clock.c | 6 +++---
arch/arm/imx-common/Makefile | 2 +-
arch/arm/imx-common/cpu.c | 2 +-
arch/powerpc/cpu/mpc85xx/cpu_init.c | 2 +-
board/advantech/dms-ba16/dms-ba16.c | 2 +-
board/bachmann/ot1200/ot1200.c | 2 +-
board/boundary/nitrogen6x/nitrogen6x.c | 2 +-
board/congatec/cgtqmx6eval/cgtqmx6eval.c | 2 +-
board/gateworks/gw_ventana/gw_ventana.c | 2 +-
board/kosagi/novena/novena.c | 2 +-
board/toradex/apalis_imx6/apalis_imx6.c | 2 +-
board/toradex/colibri_imx6/colibri_imx6.c | 2 +-
board/udoo/udoo.c | 2 +-
board/wandboard/wandboard.c | 2 +-
cmd/Kconfig | 1 +
common/Makefile | 2 +-
common/splash_source.c | 2 +-
drivers/block/Kconfig | 13 +++++++++++++
fs/fat/fat.c | 2 +-
include/config_distro_bootcmd.h | 6 +++---
include/config_fallbacks.h | 2 +-
22 files changed, 38 insertions(+), 24 deletions(-)
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list