summaryrefslogtreecommitdiff
path: root/board/freescale/t208xqds/Makefile
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-12-28 16:43:38 (GMT)
committerTom Rini <trini@konsulko.com>2017-01-05 00:40:28 (GMT)
commit146ded4d253d9580c33939cdb936c63b91b904d3 (patch)
treefabe0ea8854f93606a711986b3e8cfa942440ac9 /board/freescale/t208xqds/Makefile
parent86e0a3132144d19d39a8c14adada27ce3efbce6c (diff)
downloadu-boot-146ded4d253d9580c33939cdb936c63b91b904d3.tar.xz
powerpc: T2081QDS: Remove macro T2081QDS
Use TARGET_T2081QDS from Kconfig instead. Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'board/freescale/t208xqds/Makefile')
-rw-r--r--board/freescale/t208xqds/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/t208xqds/Makefile b/board/freescale/t208xqds/Makefile
index 3a6d030..587903a 100644
--- a/board/freescale/t208xqds/Makefile
+++ b/board/freescale/t208xqds/Makefile
@@ -8,7 +8,7 @@ ifdef CONFIG_SPL_BUILD
obj-y += spl.o
else
obj-$(CONFIG_TARGET_T2080QDS) += t208xqds.o eth_t208xqds.o
-obj-$(CONFIG_T2081QDS) += t208xqds.o eth_t208xqds.o
+obj-$(CONFIG_TARGET_T2081QDS) += t208xqds.o eth_t208xqds.o
obj-$(CONFIG_PCI) += pci.o
endif