diff options
author | York Sun | 2016-11-21 13:19:14 -0800 |
---|---|---|
committer | York Sun | 2016-11-23 23:42:15 -0800 |
commit | 9c21d06c672cfe45c07a2e1bd65f05d6b5837022 (patch) | |
tree | a3c9dc9150d5a560dae4b6b9d19d0a48ffd53fdd /configs/T4160QDS_defconfig | |
parent | 0f3d80e99370d5896525eef79c2b88d9c87a66ae (diff) |
powerpc: T4160QDS: Separate from T4240QDS in Kconfig
Use TARGET_T4160QDS to simplify Kconfig options.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'configs/T4160QDS_defconfig')
-rw-r--r-- | configs/T4160QDS_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/T4160QDS_defconfig b/configs/T4160QDS_defconfig index 109d6109f58..6a169c59754 100644 --- a/configs/T4160QDS_defconfig +++ b/configs/T4160QDS_defconfig @@ -1,6 +1,6 @@ CONFIG_PPC=y CONFIG_MPC85xx=y -CONFIG_TARGET_T4240QDS=y +CONFIG_TARGET_T4160QDS=y CONFIG_FIT=y CONFIG_FIT_VERBOSE=y CONFIG_OF_BOARD_SETUP=y |