ppc: Enable generic board support

This enables generic board support so that ppc boards can define
CONFIG_SYS_GENERIC_BOARD.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2013-03-11 06:50:01 +00:00
committed by Tom Rini
parent c2240d4dbe
commit 660c60c4e7
3 changed files with 12 additions and 0 deletions

View File

@@ -59,8 +59,10 @@ SOBJS-y += reloc.o
COBJS-$(CONFIG_BAT_RW) += bat_rw.o
ifndef CONFIG_SPL_BUILD
ifndef CONFIG_SYS_GENERIC_BOARD
COBJS-y += board.o
endif
endif
COBJS-y += bootm.o
COBJS-y += cache.o
COBJS-y += extable.o