diff options
author | York Sun <york.sun@nxp.com> | 2016-11-18 12:55:35 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:13 -0800 |
commit | 6f53bd475a0f9917fff4cdb72a40767c1176b42f (patch) | |
tree | a7251c26688aa3295d6fd826625fea5b983fb683 /arch/powerpc | |
parent | 5ff3f41d044bd286caed0886b94d78a7a85365da (diff) |
powerpc: T1024QDS: Rename Kconfig option to match the name
Rename TARGET_T102XQDS to TARGET_T1024QDS to match the name.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/cpu/mpc85xx/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/Kconfig b/arch/powerpc/cpu/mpc85xx/Kconfig index b2d95ebc40..8e5461bfbc 100644 --- a/arch/powerpc/cpu/mpc85xx/Kconfig +++ b/arch/powerpc/cpu/mpc85xx/Kconfig @@ -189,8 +189,8 @@ config TARGET_QEMU_PPCE500 select ARCH_QEMU_E500 select PHYS_64BIT -config TARGET_T102XQDS - bool "Support T102xQDS" +config TARGET_T1024QDS + bool "Support T1024QDS" select SUPPORT_SPL select PHYS_64BIT |