Skip to content
Snippets Groups Projects
Commit 12c67d75 authored by Marek Vasut's avatar Marek Vasut
Browse files

powerpc: mpc85xx: Do not build errata command in SPL


The errata command is useless in SPL, so don't build it. This fixes
multiple build failures on PowerPC.

Signed-off-by: default avatarMarek Vasut <marex@denx.de>
Cc: York Sun <york.sun@nxp.com>
Fixes: 92623672 ("fsl: usb: make errata function common for PPC and ARM")
parent e6e188f5
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,9 @@ else
obj-$(CONFIG_MP) += release.o
ifndef CONFIG_SPL_BUILD
obj-$(CONFIG_CMD_ERRATA) += cmd_errata.o
endif
obj-$(CONFIG_CPM2) += commproc.o
obj-$(CONFIG_CPM2) += ether_fcc.o
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment