diff options
author | Weijie Gao <weijie.gao@mediatek.com> | 2020-04-21 09:28:31 +0200 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2020-04-27 20:29:33 +0200 |
commit | ce7e197ea580b0d0c8e20528e454c5be9b3256c1 (patch) | |
tree | 3cdc4fe198314f8b782f8ed3bb08608c09e8fb93 /configs/linkit-smart-7688_defconfig | |
parent | 71059736b854462a474bc329a366c3392cf92462 (diff) | |
download | u-boot-ce7e197ea580b0d0c8e20528e454c5be9b3256c1.tar.gz u-boot-ce7e197ea580b0d0c8e20528e454c5be9b3256c1.tar.xz u-boot-ce7e197ea580b0d0c8e20528e454c5be9b3256c1.zip |
configs: enable CONFIG_RESTORE_EXCEPTION_VECTOR_BASE for all mtmips boards
This patch enables CONFIG_RESTORE_EXCEPTION_VECTOR_BASE for all mtmips
boards.
Reviewed-by: Stefan Roese <sr@denx.de>
Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
Diffstat (limited to 'configs/linkit-smart-7688_defconfig')
-rw-r--r-- | configs/linkit-smart-7688_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/linkit-smart-7688_defconfig b/configs/linkit-smart-7688_defconfig index a567c0c507..f9b4beb0c7 100644 --- a/configs/linkit-smart-7688_defconfig +++ b/configs/linkit-smart-7688_defconfig @@ -9,6 +9,7 @@ CONFIG_BOARD_LINKIT_SMART_7688=y CONFIG_BOOT_ROM=y CONFIG_ONBOARD_DDR2_SIZE_1024MBIT=y CONFIG_ONBOARD_DDR2_CHIP_WIDTH_16BIT=y +CONFIG_RESTORE_EXCEPTION_VECTOR_BASE=y # CONFIG_MIPS_BOOT_ENV_LEGACY is not set CONFIG_MIPS_BOOT_FDT=y CONFIG_FIT=y |