Remove orphan file.
[bertos.git] / bertos / cpu / arm / hw / crtat91sam7_rom.S
index 0857795b2556ba4dc977cff198d78c24b98f33b3..b435a8cb263c206ac2481aa37f53488de6b44723 100644 (file)
  *
  */
 
-#include "hw/hw_cpu.h"
 #include <cpu/detect.h>
 #include "cfg/cfg_arch.h"
 
 
-#if CLOCK_FREQ != 48023000L
+#if CPU_FREQ != 48023000L
        /* Avoid errors on nightly test */
        #if !defined(ARCH_NIGHTTEST) || !(ARCH & ARCH_NIGHTTEST)
                #error Clock registers set for 48MHz operation, revise following code if you want a different clock.
@@ -83,7 +82,7 @@
 #endif
 
 
-#if CPU_ARM_AT91SAM7S256 || CPU_ARM_AT91SAM7X256 || CPU_ARM_AT91SAM7X128
+#if CPU_ARM_SAM7S_LARGE || CPU_ARM_SAM7X
        /**
        * With a 18.420MHz cristal, master clock is:
        * (((18.420 * PLL_MUL_VAL + 1) / PLL_DIV_VAL) / AT91MCK_PRES) = 48.023MHz