summaryrefslogtreecommitdiffstats
path: root/cpu/arm926ejs/at91/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/arm926ejs/at91/cpu.c')
-rw-r--r--cpu/arm926ejs/at91/cpu.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpu/arm926ejs/at91/cpu.c b/cpu/arm926ejs/at91/cpu.c
index f2f7b62550..993b29924a 100644
--- a/cpu/arm926ejs/at91/cpu.c
+++ b/cpu/arm926ejs/at91/cpu.c
@@ -22,6 +22,10 @@
*/
#include <common.h>
+#ifdef CONFIG_AT91_LEGACY
+#warning Your board is using legacy SoC access. Please update!
+#endif
+
#include <asm/arch/hardware.h>
#include <asm/arch/at91_pmc.h>
#include <asm/arch/clk.h>
OpenPOWER on IntegriCloud