diff options
author | York Sun <york.sun@nxp.com> | 2016-12-28 08:43:37 -0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-04 19:40:27 -0500 |
commit | 86e0a3132144d19d39a8c14adada27ce3efbce6c (patch) | |
tree | ccf6fc4344d8ffe23dc33f0f198700624cab99ce /board | |
parent | 80d261881f93ee474d1c9188b5c2b5b42b0c4e6f (diff) | |
download | u-boot-86e0a3132144d19d39a8c14adada27ce3efbce6c.tar.gz u-boot-86e0a3132144d19d39a8c14adada27ce3efbce6c.tar.xz u-boot-86e0a3132144d19d39a8c14adada27ce3efbce6c.zip |
powerpc: T2080RDB: Remove macro CONFIG_T2080RDB
Use TARGET_T2080RDB from Kconfig instead.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/freescale/t208xrdb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/t208xrdb/Makefile b/board/freescale/t208xrdb/Makefile index cd8fe096d8..25ea66a024 100644 --- a/board/freescale/t208xrdb/Makefile +++ b/board/freescale/t208xrdb/Makefile @@ -7,7 +7,7 @@ ifdef CONFIG_SPL_BUILD obj-y += spl.o else -obj-$(CONFIG_T2080RDB) += t208xrdb.o eth_t208xrdb.o cpld.o +obj-$(CONFIG_TARGET_T2080RDB) += t208xrdb.o eth_t208xrdb.o cpld.o obj-$(CONFIG_PCI) += pci.o endif |