diff options
author | Markus Niebel | 2015-06-04 17:25:32 +0200 |
---|---|---|
committer | Stefano Babic | 2015-06-27 17:56:18 +0200 |
commit | 30ed1257dbd61efc5d3d0856d81b69aba380705b (patch) | |
tree | 6ce7921fc7edea393a45ecafd0c6aca80172c509 /configs/tqma6s_mba6_spi_defconfig | |
parent | 51f6c4280f95a8066e965cfa3268de5ad737d385 (diff) |
arm: imx6: tqma6: implement IMX_CONFIG with Kconfig
Now that we have the Kconfig based CPU type selection,
use this to fill the IMX_CONFIG automatically
Signed-off-by: Markus Niebel <Markus.Niebel@tq-group.com>
Diffstat (limited to 'configs/tqma6s_mba6_spi_defconfig')
-rw-r--r-- | configs/tqma6s_mba6_spi_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/tqma6s_mba6_spi_defconfig b/configs/tqma6s_mba6_spi_defconfig index f4cfc8dc2fd..8c62a031786 100644 --- a/configs/tqma6s_mba6_spi_defconfig +++ b/configs/tqma6s_mba6_spi_defconfig @@ -2,6 +2,6 @@ CONFIG_ARM=y CONFIG_ARCH_MX6=y CONFIG_TARGET_TQMA6=y CONFIG_TQMA6S=y -CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/tqc/tqma6/tqma6s.cfg,MBA6,TQMA6X_SPI_BOOT" +CONFIG_SYS_EXTRA_OPTIONS="MBA6,TQMA6X_SPI_BOOT" CONFIG_CMD_SETEXPR=y CONFIG_CMD_NET=y |