summaryrefslogtreecommitdiffstats
path: root/configs/vct_platinumavc_small_defconfig
diff options
context:
space:
mode:
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2014-10-26 14:14:07 +0100
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2014-11-01 18:18:05 +0100
commit4207917867d4bf3dc071ca0ed0ddf5955cfcc55d (patch)
tree0fc43f10c7acd5306d927030eb54b6f8617a3b7f /configs/vct_platinumavc_small_defconfig
parentedf7dbba69252c1db9e8981153bac6bb4b760516 (diff)
downloadblackbird-obmc-uboot-4207917867d4bf3dc071ca0ed0ddf5955cfcc55d.tar.gz
blackbird-obmc-uboot-4207917867d4bf3dc071ca0ed0ddf5955cfcc55d.zip
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_platinumavc_small_defconfig')
-rw-r--r--configs/vct_platinumavc_small_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/vct_platinumavc_small_defconfig b/configs/vct_platinumavc_small_defconfig
index 83670ed450..ce00a6c0f1 100644
--- a/configs/vct_platinumavc_small_defconfig
+++ b/configs/vct_platinumavc_small_defconfig
@@ -1,5 +1,6 @@
-CONFIG_SYS_EXTRA_OPTIONS="VCT_PLATINUMAVC,VCT_SMALL_IMAGE"
CONFIG_MIPS=y
CONFIG_TARGET_VCT=y
CONFIG_SYS_BIG_ENDIAN=y
+CONFIG_VCT_PLATINUMAVC=y
+CONFIG_VCT_SMALL_IMAGE=y
# CONFIG_CMD_CRC32 is not set
OpenPOWER on IntegriCloud