s5pc100: SMDKC100: rename from dma to tzpc
authorJoonyoung Shim <jy0922.shim@samsung.com>
Fri, 7 Aug 2009 07:51:17 +0000 (16:51 +0900)
committerJoonyoung Shim <jy0922.shim@samsung.com>
Fri, 7 Aug 2009 07:51:17 +0000 (16:51 +0900)
Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
board/samsung/smdkc100/lowlevel_init.S

index 2aa1865..3a6ecc9 100644 (file)
@@ -90,7 +90,8 @@ lowlevel_init:
        /* for UART */
        bl uart_asm_init
 
-       bl dma_asm_init
+       /* for TZPC */
+       bl tzpc_asm_init
 #endif
 
 #ifdef CONFIG_ONENAND_IPL
@@ -197,9 +198,9 @@ uart_asm_init:
        mov     pc, lr
 
 /*
- * dma_asm_init: Initialize DMA
+ * tzpc_asm_init: Initialize TZPC
  */
-dma_asm_init:
+tzpc_asm_init:
        ldr     r0, =0xE3800000
        mov     r1, #0x0
        str     r1, [r0]