diff options
author | York Sun <york.sun@nxp.com> | 2016-11-21 12:46:58 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:14 -0800 |
commit | 638d5be055da291247f746a8581d95435e54d2a9 (patch) | |
tree | 161df755d57e7ec5f139b31283cfe84c7b640555 /configs/T2080QDS_defconfig | |
parent | 78e5699523ca305e55813683e4e30257c900458d (diff) | |
download | u-boot-638d5be055da291247f746a8581d95435e54d2a9.tar.gz |
powerpc: T208XQDS: Split as T2080QDS and T2081QDS
Use two separated targets in Kconfig to simplify configurations.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'configs/T2080QDS_defconfig')
-rw-r--r-- | configs/T2080QDS_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/T2080QDS_defconfig b/configs/T2080QDS_defconfig index 7e23651e94..1d3af1e282 100644 --- a/configs/T2080QDS_defconfig +++ b/configs/T2080QDS_defconfig @@ -1,6 +1,6 @@ CONFIG_PPC=y CONFIG_MPC85xx=y -CONFIG_TARGET_T208XQDS=y +CONFIG_TARGET_T2080QDS=y CONFIG_FIT=y CONFIG_FIT_VERBOSE=y CONFIG_OF_BOARD_SETUP=y |