diff options
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2019-10-18 15:13:26 +0200 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2019-11-29 16:18:35 +0100 |
commit | 2a250ae9b6f1437f13dba272b690b24341b8e1d7 (patch) | |
tree | 6099c06016124d399e904fe4db51fc2f521a9fe9 /configs/vct_platinum_small_defconfig | |
parent | 4b19b89ca4a866b7baa642533e6dbd67cd832d27 (diff) |
MIPS: remove Micronas VCT boards
The deadline for migration to CONFIG_DM is v2020.01. The VCT
baords would need an almost complete rewrite of all drivers to
support driver model.
Unless someone has access to the hardware and volunteers to do the migration,
the board should be scheduled for removal.
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Acked-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs/vct_platinum_small_defconfig')
-rw-r--r-- | configs/vct_platinum_small_defconfig | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/configs/vct_platinum_small_defconfig b/configs/vct_platinum_small_defconfig deleted file mode 100644 index 4a0d53e555..0000000000 --- a/configs/vct_platinum_small_defconfig +++ /dev/null @@ -1,32 +0,0 @@ -CONFIG_MIPS=y -CONFIG_ENV_SIZE=0x4000 -CONFIG_ENV_SECT_SIZE=0x10000 -CONFIG_TARGET_VCT=y -CONFIG_VCT_PLATINUM=y -CONFIG_VCT_SMALL_IMAGE=y -CONFIG_BOOTDELAY=5 -CONFIG_SYS_CONSOLE_INFO_QUIET=y -# CONFIG_AUTO_COMPLETE is not set -# CONFIG_SYS_LONGHELP is not set -CONFIG_SYS_PROMPT="$ " -# CONFIG_CMD_BDI is not set -# CONFIG_CMD_CONSOLE is not set -# CONFIG_CMD_ELF is not set -CONFIG_CMD_IMLS=y -# CONFIG_CMD_CRC32 is not set -# CONFIG_CMD_LOADB is not set -# CONFIG_CMD_LOADS is not set -# CONFIG_CMD_ITEST is not set -# CONFIG_CMD_SOURCE is not set -# CONFIG_CMD_SETEXPR is not set -# CONFIG_CMD_MISC is not set -# CONFIG_ISO_PARTITION is not set -CONFIG_ENV_IS_IN_FLASH=y -CONFIG_SYS_REDUNDAND_ENVIRONMENT=y -CONFIG_ENV_ADDR=0xB0040000 -CONFIG_ENV_ADDR_REDUND=0xB0050000 -# CONFIG_NET is not set -CONFIG_MTD_NOR_FLASH=y -CONFIG_FLASH_CFI_DRIVER=y -CONFIG_SYS_FLASH_CFI=y -CONFIG_SYS_NS16550=y |