diff options
author | York Sun <york.sun@nxp.com> | 2016-11-18 11:47:35 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:12 -0800 |
commit | d46a4a137898d17c736d13bbe405b479aeb4483a (patch) | |
tree | 32c2dbde5c7585dde8f1375b44ba00471fdb70b5 /board | |
parent | 3006ebc37e232e68464cbb196e0de222ebe7b238 (diff) | |
download | u-boot-imx-d46a4a137898d17c736d13bbe405b479aeb4483a.zip u-boot-imx-d46a4a137898d17c736d13bbe405b479aeb4483a.tar.gz u-boot-imx-d46a4a137898d17c736d13bbe405b479aeb4483a.tar.bz2 |
powerpc: B4860QDS: Remove macro CONFIG_B4860QDS
Use CONFIG_TARGET_B4860QDS instead.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/freescale/b4860qds/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/board/freescale/b4860qds/Makefile b/board/freescale/b4860qds/Makefile index 673d2ea..c032242 100644 --- a/board/freescale/b4860qds/Makefile +++ b/board/freescale/b4860qds/Makefile @@ -8,7 +8,8 @@ ifdef CONFIG_SPL_BUILD obj-y += spl.o else obj-y += b4860qds.o -obj-$(CONFIG_B4860QDS) += eth_b4860qds.o +obj-$(CONFIG_TARGET_B4860QDS) += eth_b4860qds.o +obj-$(CONFIG_TARGET_B4420QDS) += eth_b4860qds.o obj-$(CONFIG_PCI) += pci.o endif |