mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-09 12:13:00 -04:00
Minor coding style cleanup.
Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
d371708a1b
commit
53cc18c71b
@ -149,8 +149,6 @@ asm_sbf_img_hdr:
|
|||||||
.long 0x00030000 /* image length */
|
.long 0x00030000 /* image length */
|
||||||
.long TEXT_BASE /* image to be relocated at */
|
.long TEXT_BASE /* image to be relocated at */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
asm_dram_init:
|
asm_dram_init:
|
||||||
move.w #0x2700,%sr /* Mask off Interrupt */
|
move.w #0x2700,%sr /* Mask off Interrupt */
|
||||||
|
|
||||||
|
@ -481,4 +481,3 @@ unsigned int i2c_get_bus_num(void)
|
|||||||
return i2c_bus_num;
|
return i2c_bus_num;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -520,4 +520,3 @@ int mxc_mmc_init(bd_t *bis)
|
|||||||
{
|
{
|
||||||
return mxcmci_initialize(bis);
|
return mxcmci_initialize(bis);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user