]> git.baikalelectronics.ru Git - uboot.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)
committerStefano Babic <sbabic@denx.de>
Fri, 14 Jul 2017 13:16:01 +0000 (15:16 +0200)
commitc2763391808714ccdba89c73e20a1f240a6881cd
treee87567decc6399a2bc688b185d326dfe6a83aae3
parent33ec479a74874acd22118f7d31d447c58a295565
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>
configs/mx6cuboxi_defconfig
include/configs/mx6cuboxi.h