diff options
| author | Tom Rini <[email protected]> | 2022-06-10 22:59:37 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-06-28 17:11:48 -0400 |
| commit | de47ff536363289f92f85ed1e4901724d238432d (patch) | |
| tree | 788930b77e28357c8e09fa3a02cee452009665d7 /configs/P2020RDB-PC_defconfig | |
| parent | 5e5744cb2c7fd5d7f4acec5ce1497cfa18c7e5d0 (diff) | |
Convert CONFIG_SYS_MPC85XX_NO_RESETVEC to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_MPC85XX_NO_RESETVEC
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'configs/P2020RDB-PC_defconfig')
| -rw-r--r-- | configs/P2020RDB-PC_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/P2020RDB-PC_defconfig b/configs/P2020RDB-PC_defconfig index c27c390f89f..d69e948d603 100644 --- a/configs/P2020RDB-PC_defconfig +++ b/configs/P2020RDB-PC_defconfig @@ -9,6 +9,7 @@ CONFIG_MPC85xx=y # CONFIG_CMD_ERRATA is not set CONFIG_TARGET_P2020RDB=y CONFIG_MPC85XX_HAVE_RESET_VECTOR=y +CONFIG_SYS_MPC85XX_NO_RESETVEC=y CONFIG_MP=y CONFIG_FIT=y CONFIG_FIT_VERBOSE=y |
