mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 05:31:32 +00:00
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: Marek Vasut <marex@denx.de>
Cc: York Sun <york.sun@nxp.com>
Fixes: 92623672f9
("fsl: usb: make errata function common for PPC and ARM")
This commit is contained in:
parent
e6e188f562
commit
12c67d7522
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue