led: remove camel casing of led identifiers globally
[platform/kernel/u-boot.git] / arch / arm / cpu / arm920t / ep93xx / lowlevel_init.S
index a20ec89..f21e237 100644 (file)
@@ -34,8 +34,8 @@ lowlevel_init:
        str lr, [r1]
 
        /* Turn on both LEDs */
-       bl red_LED_on
-       bl green_LED_on
+       bl red_led_on
+       bl green_led_on
 
        /* Configure flash wait states before we switch to the PLL */
        bl flash_cfg
@@ -44,14 +44,14 @@ lowlevel_init:
        bl pll_cfg
 
        /* Turn off the Green LED and leave the Red LED on */
-       bl green_LED_off
+       bl green_led_off
 
        /* Setup SDRAM */
        bl sdram_cfg
 
        /* Turn on Green LED, Turn off the Red LED */
-       bl green_LED_on
-       bl red_LED_off
+       bl green_led_on
+       bl red_led_off
 
        /* FIXME: we use async mode for now */
        mrc p15, 0, r0, c1, c0, 0