diff options
author | Grant C. Likely <grant.likely@secretlab.ca> | 2006-01-19 11:13:37 +0300 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-02-07 14:36:01 +0300 |
commit | 909aeca664dd1fe55111dc4ec25c1bebe91674a2 (patch) | |
tree | b1b0737582e2348d2b5c728db6b280df90bc5df1 /arch/ppc/boot/simple/Makefile | |
parent | b58b5aa51c78079fa4f652cd42e7b496a1d5411a (diff) | |
download | linux-909aeca664dd1fe55111dc4ec25c1bebe91674a2.tar.xz |
[PATCH] powerpc: Add support for Xilinx ML403 reference design
Includes fix for Xilinx silicon errata 213
Signed-off-by: Grant C. Likely <grant.likely@secretlab.ca>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc/boot/simple/Makefile')
-rw-r--r-- | arch/ppc/boot/simple/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ppc/boot/simple/Makefile b/arch/ppc/boot/simple/Makefile index 9533f8de238f..28be01b99c44 100644 --- a/arch/ppc/boot/simple/Makefile +++ b/arch/ppc/boot/simple/Makefile @@ -192,6 +192,7 @@ boot-$(CONFIG_8xx) += embed_config.o boot-$(CONFIG_8260) += embed_config.o boot-$(CONFIG_EP405) += embed_config.o boot-$(CONFIG_XILINX_ML300) += embed_config.o +boot-$(CONFIG_XILINX_ML403) += embed_config.o boot-$(CONFIG_BSEIP) += iic.o boot-$(CONFIG_MBX) += iic.o pci.o qspan_pci.o boot-$(CONFIG_MV64X60) += misc-mv64x60.o |