grant.likely at secretlab.ca wrote: > Signed-off-by: Grant C. Likely <grant.likely at secretlab.ca> > > --- > > arch/ppc/boot/simple/Makefile | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > a39144d5708c207f58964000baf56fa9cfb18628 > diff --git a/arch/ppc/boot/simple/Makefile b/arch/ppc/boot/simple/Makefile > index f3e9c53..7abd772 100644 > --- a/arch/ppc/boot/simple/Makefile > +++ b/arch/ppc/boot/simple/Makefile > @@ -188,6 +188,8 @@ OBJCOPY_ARGS := -O elf32-powerpc > boot-y := head.o relocate.o $(extra.o-y) > $(misc-y) > boot-$(CONFIG_REDWOOD_5) += embed_config.o > boot-$(CONFIG_REDWOOD_6) += embed_config.o > +boot-$(CONFIG_XILINX_ML300) += embed_config.o > +boot-$(CONFIG_XILINX_ML403) += embed_config.o > boot-$(CONFIG_8xx) += embed_config.o > boot-$(CONFIG_8260) += embed_config.o > boot-$(CONFIG_BSEIP) += iic.o
Tested OK on ML300.