Skip to content
Snippets Groups Projects
Commit 53cc18c7 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

Minor coding style cleanup.


Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
parent d371708a
No related branches found
No related tags found
No related merge requests found
......@@ -149,8 +149,6 @@ asm_sbf_img_hdr:
.long 0x00030000 /* image length */
.long TEXT_BASE /* image to be relocated at */
asm_dram_init:
move.w #0x2700,%sr /* Mask off Interrupt */
......
......@@ -481,4 +481,3 @@ unsigned int i2c_get_bus_num(void)
return i2c_bus_num;
#endif
}
......@@ -520,4 +520,3 @@ int mxc_mmc_init(bd_t *bis)
{
return mxcmci_initialize(bis);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment