]> git.sur5r.net Git - u-boot/blobdiff - include/configs/at91sam9rlek.h
at91sam9/at91cap: improve clock framework
[u-boot] / include / configs / at91sam9rlek.h
index fec48b6b26572c4997bea247651beff9b9bd3349..2ccf9587a6987039d1d3f03c632ee021a2d79d01 100644 (file)
 /* ARM asynchronous clock */
 #define AT91_CPU_NAME          "AT91SAM9RL"
 #define AT91_MAIN_CLOCK                12000000        /* 12 MHz crystal */
-#define AT91_MASTER_CLOCK      100000000       /* peripheral */
-#define AT91_CPU_CLOCK         200000000       /* cpu */
 #define CONFIG_SYS_HZ          1000000         /* 1us resolution */
 
-#define AT91_SLOW_CLOCK                32768   /* slow clock */
-
 #define CONFIG_ARM926EJS       1       /* This is an ARM926EJS Core    */
 #define CONFIG_AT91SAM9RL      1       /* It's an Atmel AT91SAM9RL SoC*/
 #define CONFIG_AT91SAM9RLEK    1       /* on an AT91SAM9RLEK Board     */
+#define CONFIG_ARCH_CPU_INIT
 #undef CONFIG_USE_IRQ                  /* we don't need IRQ/FIQ stuff  */
 
 #define CONFIG_CMDLINE_TAG     1       /* enable passing of ATAGs      */