diff options
author | Weijie Gao <weijie.gao@mediatek.com> | 2020-11-12 16:36:00 +0800 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2021-01-24 21:39:26 +0100 |
commit | 803c8ad204576a2c8ce17ed6c73f7352d3108be2 (patch) | |
tree | db2fa32beb3a982396b1deeae746ba2be7434e58 /configs/vocore2_defconfig | |
parent | 76880b08c4cf0e04332b17fd02bce0340289ccc2 (diff) | |
download | u-boot-803c8ad204576a2c8ce17ed6c73f7352d3108be2.tar.gz |
configs: mtmips: refresh for mt7628 based boards
Since mt7620 is added into Kconfig, the CONFIG_SOC_MT7628=y which is
omitted by default must be added back, otherwise make xxx_defconfig for
these boards will be configured for mt7620 platform.
Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
Diffstat (limited to 'configs/vocore2_defconfig')
-rw-r--r-- | configs/vocore2_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/vocore2_defconfig b/configs/vocore2_defconfig index acb9abf1be..e255829366 100644 --- a/configs/vocore2_defconfig +++ b/configs/vocore2_defconfig @@ -10,6 +10,7 @@ CONFIG_SPL_SYS_MALLOC_F_LEN=0x40000 CONFIG_SPL=y CONFIG_SYS_BOOTCOUNT_SINGLEWORD=y CONFIG_ARCH_MTMIPS=y +CONFIG_SOC_MT7628=y CONFIG_BOARD_VOCORE2=y CONFIG_DEFAULT_DEVICE_TREE="vocore_vocore2" CONFIG_RESTORE_EXCEPTION_VECTOR_BASE=y |