From 8b07a1103dc7dcadc80c4a9681cfa7d225e8e224 Mon Sep 17 00:00:00 2001 From: wdenk Date: Sat, 10 Jul 2004 21:45:47 +0000 Subject: * Patch by Fred Klatt, 25 Jun 2004: Add support for WindRiver's SBC8560 board * Patch by Nicolas Lacressonniere, 24 Jun 2004 Small Bugs fixes for "at91rm9200dk" board: - Timing modifications for SPI DataFlash access - Fix NAND flash detection bug * Patch by Nicolas Lacressonniere, 24 Jun 2004: Add Support for Flash AT49BV6416 for AT91RM9200DK board --- Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 26dddb9a2..516ae69a7 100644 --- a/Makefile +++ b/Makefile @@ -1010,6 +1010,17 @@ MPC8560ADS_config: unconfig stxgp3_config: unconfig @./mkconfig $(@:_config=) ppc mpc85xx stxgp3 +SBC8560_33_config \ +SBC8560_66_config: unconfig + @if [ "$(findstring _66_,$@)" ] ; then \ + echo "#define CONFIG_PCI_66" >>include/config.h ; \ + echo "... 66 MHz PCI" ; \ + else \ + >include/config.h ; \ + echo "... 33 MHz PCI" ; \ + fi + @./mkconfig -a SBC8560 ppc mpc85xx sbc8560 + ######################################################################### ## 74xx/7xx Systems ######################################################################### -- cgit v1.2.3