]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
at91: remove redundant AT91FAMILY definition in board config file
authorWu, Josh <Josh.wu@atmel.com>
Tue, 20 May 2014 09:44:44 +0000 (17:44 +0800)
committerAndreas Bießmann <andreas.devel@googlemail.com>
Mon, 26 May 2014 22:10:52 +0000 (00:10 +0200)
Now the AT91FAMILY is already defined in the at91 SoC header. The at91
board config file will include the SoC header file.

So we can remove the redundant AT91FAMILY definition in at91 board
config files.

Signed-off-by: Josh Wu <josh.wu@atmel.com>
[rebase patch]
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
include/configs/at91sam9m10g45ek.h
include/configs/at91sam9n12ek.h
include/configs/at91sam9x5ek.h
include/configs/corvus.h
include/configs/cpu9260.h
include/configs/ethernut5.h
include/configs/sama5d3_xplained.h
include/configs/sama5d3xek.h
include/configs/vl_ma2sc.h

index 7a3c9b524e5182da228ec48d8f669a84fe030bc3..5d5fbe5853b99fb7f6c15b942ab9a60c925f0634 100644 (file)
@@ -22,7 +22,6 @@
 #define CONFIG_SYS_AT91_MAIN_CLOCK      12000000 /* from 12 MHz crystal */
 
 #define CONFIG_AT91SAM9M10G45EK
-#define CONFIG_AT91FAMILY
 
 #define CONFIG_CMDLINE_TAG             /* enable passing of ATAGs      */
 #define CONFIG_SETUP_MEMORY_TAGS
index e23549d44431cf3793879aa70e37ff714046a7c5..ebfc26edaf92a9b0c7dd829ed53912754b515dc4 100644 (file)
@@ -19,7 +19,6 @@
 #define CONFIG_SYS_TEXT_BASE           0x26f00000
 
 #define CONFIG_ARM926EJS
-#define CONFIG_AT91FAMILY
 
 /* ARM asynchronous clock */
 #define CONFIG_SYS_AT91_SLOW_CLOCK     32768           /* slow clock xtal */
index 5fc00af60ba18e18c0c8318086b5f05445b7af3f..b1d4baaff9501c3711ebddb3c7be1602c3f031a0 100644 (file)
@@ -18,7 +18,6 @@
 #define CONFIG_SYS_AT91_MAIN_CLOCK     12000000        /* 12 MHz crystal */
 
 #define CONFIG_AT91SAM9X5EK
-#define CONFIG_AT91FAMILY
 
 #define CONFIG_CMDLINE_TAG             /* enable passing of ATAGs */
 #define CONFIG_SETUP_MEMORY_TAGS
index 631add3bd0915391fbb8751e3aa3ee548007bc31..6171060e9cd41ae9396a657e03508d1df166e0ed 100644 (file)
@@ -33,8 +33,6 @@
 #define CONFIG_SYS_AT91_SLOW_CLOCK      32768
 #define CONFIG_SYS_AT91_MAIN_CLOCK      12000000 /* from 12 MHz crystal */
 
-#define CONFIG_AT91FAMILY
-
 #define CONFIG_CMDLINE_TAG             /* enable passing of ATAGs      */
 #define CONFIG_SETUP_MEMORY_TAGS
 #define CONFIG_INITRD_TAG
index 39f7062388970a2bc6fdd62abfdc03020ed3430c..1feaefd14e6b7998903637ec2d8178f97e170f53 100644 (file)
@@ -32,7 +32,6 @@
 
 #include <asm/arch/hardware.h>
 
-#define CONFIG_AT91FAMILY
 #define CONFIG_ARCH_CPU_INIT
 #define CONFIG_DISPLAY_CPUINFO
 #define CONFIG_BOARD_EARLY_INIT_F
index 480d8678c6f8f2756313ed86ff2271ff30441125..89d668b7a5ba30fd1975da87d504f7d57e176c86 100644 (file)
@@ -24,7 +24,6 @@
 
 /* CPU information */
 #define CONFIG_ARM926EJS
-#define CONFIG_AT91FAMILY
 #define CONFIG_DISPLAY_CPUINFO         /* Display at console. */
 #define CONFIG_ARCH_CPU_INIT
 
index be6bb9366dd1be10307501f39fb4289a68fa868a..f72ab0bad01c74da3b8d67a96b1b75f07d3aa7fe 100644 (file)
@@ -18,7 +18,6 @@
 #define CONFIG_SYS_AT91_SLOW_CLOCK      32768
 #define CONFIG_SYS_AT91_MAIN_CLOCK      12000000 /* from 12 MHz crystal */
 
-#define CONFIG_AT91FAMILY
 #define CONFIG_ARCH_CPU_INIT
 
 #ifndef CONFIG_SPL_BUILD
index fe63d80ed5e35287db4aadeb8a2959aae333176d..da2718044cf18b9f11641f3a695203411c7205fc 100644 (file)
@@ -21,7 +21,6 @@
 #define CONFIG_SYS_AT91_SLOW_CLOCK      32768
 #define CONFIG_SYS_AT91_MAIN_CLOCK      12000000 /* from 12 MHz crystal */
 
-#define CONFIG_AT91FAMILY
 #define CONFIG_ARCH_CPU_INIT
 
 #ifndef CONFIG_SPL_BUILD
index 14c6e675c1b8429b463d2b0672683a378f22581f..8e58adeb20308b26423baa2bb8403cf4d5c7985b 100644 (file)
@@ -14,7 +14,6 @@
 /*--------------------------------------------------------------------------*/
 
 #define CONFIG_ARM926EJS               /* This is an ARM926EJS Core    */
-#define CONFIG_AT91FAMILY
 #define CONFIG_AT91SAM9263             /* It's an Atmel AT91SAM9263 SoC*/
 #define CONFIG_VL_MA2SC                        /* on an VL_MA2SC Board */
 #define CONFIG_ARCH_CPU_INIT