]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Minor coding style cleanup.
authorWolfgang Denk <wd@denx.de>
Mon, 10 Aug 2009 08:38:34 +0000 (10:38 +0200)
committerWolfgang Denk <wd@denx.de>
Mon, 10 Aug 2009 08:38:34 +0000 (10:38 +0200)
Signed-off-by: Wolfgang Denk <wd@denx.de>
cpu/mcf5445x/start.S
drivers/i2c/kirkwood_i2c.c
drivers/mmc/mxcmmc.c

index c156bab037fa8d8a72738601de2721db50a385d2..d2d44391513bae6269780cb4a37a9dda4ec60cc7 100644 (file)
@@ -149,8 +149,6 @@ asm_sbf_img_hdr:
        .long   0x00030000      /* image length */
        .long   TEXT_BASE       /* image to be relocated at */
 
        .long   0x00030000      /* image length */
        .long   TEXT_BASE       /* image to be relocated at */
 
-
-
 asm_dram_init:
        move.w #0x2700,%sr              /* Mask off Interrupt */
 
 asm_dram_init:
        move.w #0x2700,%sr              /* Mask off Interrupt */
 
index dd30499b3a43f5957f2060916c1773e417267c60..37b7d99bd2ead63a9dcdf5dbe6da5be0aac24326 100644 (file)
@@ -481,4 +481,3 @@ unsigned int i2c_get_bus_num(void)
        return i2c_bus_num;
 #endif
 }
        return i2c_bus_num;
 #endif
 }
-
index 6282b236e41b6714e57ae1b0a535933f54401094..d30717661f95f02e44296c7b984812a2ad2a648a 100644 (file)
@@ -520,4 +520,3 @@ int mxc_mmc_init(bd_t *bis)
 {
        return mxcmci_initialize(bis);
 }
 {
        return mxcmci_initialize(bis);
 }
-