diff options
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2014-10-26 14:14:07 +0100 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2014-11-01 18:18:05 +0100 |
commit | 4207917867d4bf3dc071ca0ed0ddf5955cfcc55d (patch) | |
tree | 0fc43f10c7acd5306d927030eb54b6f8617a3b7f /configs/vct_platinum_defconfig | |
parent | edf7dbba69252c1db9e8981153bac6bb4b760516 (diff) | |
download | u-boot-imx-4207917867d4bf3dc071ca0ed0ddf5955cfcc55d.zip u-boot-imx-4207917867d4bf3dc071ca0ed0ddf5955cfcc55d.tar.gz u-boot-imx-4207917867d4bf3dc071ca0ed0ddf5955cfcc55d.tar.bz2 |
MIPS: kconfig: add options for vct board variant select
The vct board can be built with various variants which are
configured via CONFIG_SYS_EXTRA_OPTIONS. This is deprecated. Thus
add new Kconfig options for those board variants.
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Acked-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs/vct_platinum_defconfig')
-rw-r--r-- | configs/vct_platinum_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/vct_platinum_defconfig b/configs/vct_platinum_defconfig index 85584e3..32e9e8c 100644 --- a/configs/vct_platinum_defconfig +++ b/configs/vct_platinum_defconfig @@ -1,4 +1,4 @@ -CONFIG_SYS_EXTRA_OPTIONS="VCT_PLATINUM" CONFIG_MIPS=y CONFIG_TARGET_VCT=y CONFIG_SYS_BIG_ENDIAN=y +CONFIG_VCT_PLATINUM=y |