X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cpu%2Farm920t%2Fcpu.c;h=be82c87c7dd70706851d606cee084c9a07e0ad15;hb=8f0fec74ac6d0f3a7134ccebafa1ed9bd8c712ba;hp=34adb11535059d9f0b641234b2fed544f852b4d0;hpb=ad7e8aac6920f8b8a85b3cc2e93bca7458e99aa1;p=oweals%2Fu-boot.git diff --git a/cpu/arm920t/cpu.c b/cpu/arm920t/cpu.c index 34adb11535..be82c87c7d 100644 --- a/cpu/arm920t/cpu.c +++ b/cpu/arm920t/cpu.c @@ -33,6 +33,10 @@ #include #include +#ifdef CONFIG_AT91_LEGACY +#warning Your board is using legacy AT91RM9200 SoC access. Please update! +#endif + static void cache_flush(void); int cleanup_before_linux (void)