summaryrefslogtreecommitdiff
path: root/include/configs/sama5d3_xplained.h
diff options
context:
space:
mode:
authorWu, Josh <Josh.wu@atmel.com>2014-05-20 09:44:44 (GMT)
committerAndreas Bießmann <andreas.devel@googlemail.com>2014-05-26 22:10:52 (GMT)
commit7f6bd0da9b06afb534bc13ef02b15eb7a5f067e3 (patch)
tree65a7ff29a84d3c26962da1566cd7652109670f07 /include/configs/sama5d3_xplained.h
parent168a48f39f6e3437f15d379530f89e204a6a81a7 (diff)
downloadu-boot-7f6bd0da9b06afb534bc13ef02b15eb7a5f067e3.tar.xz
at91: remove redundant AT91FAMILY definition in board config file
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>
Diffstat (limited to 'include/configs/sama5d3_xplained.h')
-rw-r--r--include/configs/sama5d3_xplained.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/sama5d3_xplained.h b/include/configs/sama5d3_xplained.h
index be6bb93..f72ab0b 100644
--- a/include/configs/sama5d3_xplained.h
+++ b/include/configs/sama5d3_xplained.h
@@ -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