rename CFG_ macros to CONFIG_SYS
[platform/kernel/u-boot.git] / board / altera / dk1s10 / vectors.S
index 2f44875..226f65b 100644 (file)
        .align  4
 _vectors:
 
-#if    defined(CFG_NIOS_CPU_OCI_BASE)
+#if    defined(CONFIG_SYS_NIOS_CPU_OCI_BASE)
        /* OCI does the reset job */
        .long   _def_xhandler@h         /* Vector 0  - NMI / Reset */
 #else
        /* there is no OCI, so we have to do a direct reset jump here */
-       .long   CFG_NIOS_CPU_RST_VECT   /* Vector 0  - Reset to GERMS */
+       .long   CONFIG_SYS_NIOS_CPU_RST_VECT    /* Vector 0  - Reset to GERMS */
 #endif
        .long   _cwp_lolimit@h          /* Vector 1  - underflow */
        .long   _cwp_hilimit@h          /* Vector 2  - overflow */
@@ -81,7 +81,7 @@ _vectors:
        .long   _def_xhandler@h         /* Vector 13 - future reserved */
        .long   _def_xhandler@h         /* Vector 14 - future reserved */
        .long   _def_xhandler@h         /* Vector 15 - future reserved */
-#if    (CFG_NIOS_TMRIRQ == 16)
+#if    (CONFIG_SYS_NIOS_TMRIRQ == 16)
        .long   _timebase_int@h         /* Vector 16 - lopri timer*/
 #else
        .long   _def_xhandler@h         /* Vector 16 */
@@ -119,7 +119,7 @@ _vectors:
        .long   _def_xhandler@h         /* Vector 47 */
        .long   _def_xhandler@h         /* Vector 48 */
        .long   _def_xhandler@h         /* Vector 49 */
-#if    (CFG_NIOS_TMRIRQ == 50)
+#if    (CONFIG_SYS_NIOS_TMRIRQ == 50)
        .long   _timebase_int@h         /* Vector 50 - lopri timer*/
 #else
        .long   _def_xhandler@h         /* Vector 50 */