]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cpu/arm920t/at91rm9200/lowlevel_init.S
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / cpu / arm920t / at91rm9200 / lowlevel_init.S
index 98363eb40059db0cc34fa6eed7e8ec309086b810..66b07da08b668f4ba33e05f49dc3d02013b9efb6 100644 (file)
@@ -79,7 +79,7 @@ lowlevel_init:
        /* Get the CKGR Base Address */
        ldr     r1, =AT91C_BASE_CKGR
        /* Main oscillator Enable register */
-#ifdef CFG_USE_MAIN_OSCILLATOR
+#ifdef CONFIG_SYS_USE_MAIN_OSCILLATOR
        ldr     r0, =0x0000FF01         /* Enable main oscillator,  OSCOUNT = 0xFF */
 #else
        ldr     r0, =0x0000FF00         /* Disable main oscillator, OSCOUNT = 0xFF */