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