]> code.ossystems Code Review - bsp/u-boot.git/commit
mx6cuboxi: Move CONFIG_CMD_SATA to Kconfig
authorFabio Estevam <fabio.estevam@nxp.com>
Thu, 13 Jul 2017 18:22:50 +0000 (15:22 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 13 Jul 2017 19:06:42 +0000 (16:06 -0300)
commit43d4159d1853563b9c7c125109b22ca54d343832
tree14411cac40eec3cb2b27da059fa7c0b17d9feaa1
parent801fd445636a6d136ffb1a991245e183643a8934
mx6cuboxi: Move CONFIG_CMD_SATA to Kconfig

Move CONFIG_CMD_SATA option to Kconfig to fix the following build
error:

In file included from include/configs/mx6cuboxi.h:137:0,
                 from include/config.h:7,
                 from include/common.h:21,
                 from common/env_common.c:11:
include/config_distro_bootcmd.h:161:2: error: expected '}' before 'BOOT_TARGET_DEVICES_references_SATA_without_CONFIG_SATA'
  BOOT_TARGET_DEVICES_references_SATA_without_CONFIG_SATA

Reported-by: Stefano Babic <sbabic@denx.de>
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
configs/mx6cuboxi_defconfig
include/configs/mx6cuboxi.h