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 /board/freescale/t102xqds | |
parent | 5ff3f41d044bd286caed0886b94d78a7a85365da (diff) | |
download | u-boot-6f53bd475a0f9917fff4cdb72a40767c1176b42f.tar.gz |
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 'board/freescale/t102xqds')
-rw-r--r-- | board/freescale/t102xqds/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/t102xqds/Kconfig b/board/freescale/t102xqds/Kconfig index 4d17798d5c..6ee7468b21 100644 --- a/board/freescale/t102xqds/Kconfig +++ b/board/freescale/t102xqds/Kconfig @@ -1,4 +1,4 @@ -if TARGET_T102XQDS +if TARGET_T1024QDS config SYS_BOARD default "t102xqds" |