mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
Coding Style cleanup: remove trailing empty lines
Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
93e1459641
commit
d4c8aa9cb4
18 changed files with 0 additions and 18 deletions
|
@ -59,4 +59,3 @@ void am35x_musb_clear_irq(void)
|
||||||
0, USBOTGSS_INT_CLR);
|
0, USBOTGSS_INT_CLR);
|
||||||
readl(&am35x_scm_general_regs->lvl_intr_clr);
|
readl(&am35x_scm_general_regs->lvl_intr_clr);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -46,4 +46,3 @@ include $(SRCTREE)/rules.mk
|
||||||
sinclude $(obj).depend
|
sinclude $(obj).depend
|
||||||
|
|
||||||
#########################################################################
|
#########################################################################
|
||||||
|
|
||||||
|
|
|
@ -12,4 +12,3 @@ extern int gpio_alloc(u32 baseaddr, const char *name, u32 gpio_no);
|
||||||
extern void gpio_info(void);
|
extern void gpio_info(void);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -36,4 +36,3 @@ int install_interrupt_handler(int irq, interrupt_handler_t *hdlr,
|
||||||
void *arg);
|
void *arg);
|
||||||
|
|
||||||
int interrupts_init(void);
|
int interrupts_init(void);
|
||||||
|
|
||||||
|
|
|
@ -25,4 +25,3 @@ typedef volatile struct microblaze_timer_t {
|
||||||
} microblaze_timer_t;
|
} microblaze_timer_t;
|
||||||
|
|
||||||
int timer_init(void);
|
int timer_init(void);
|
||||||
|
|
||||||
|
|
|
@ -43,4 +43,3 @@ include $(SRCTREE)/rules.mk
|
||||||
sinclude $(obj).depend
|
sinclude $(obj).depend
|
||||||
|
|
||||||
#########################################################################
|
#########################################################################
|
||||||
|
|
||||||
|
|
|
@ -126,4 +126,3 @@ void ide_led(uchar led, uchar status)
|
||||||
|
|
||||||
writeb(val, BCSR_BASE + 0x04);
|
writeb(val, BCSR_BASE + 0x04);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -86,4 +86,3 @@ void fsl_ddr_board_options(memctl_options_t *popts,
|
||||||
popts->cs_local_opts[i].odt_wr_cfg = FSL_DDR_ODT_CS;
|
popts->cs_local_opts[i].odt_wr_cfg = FSL_DDR_ODT_CS;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -168,4 +168,3 @@ int board_eth_init(bd_t *bis)
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -86,4 +86,3 @@ void enable_board_pin_mux(void)
|
||||||
/* Ethernet pinmux. */
|
/* Ethernet pinmux. */
|
||||||
configure_module_pin_mux(rmii1_pin_mux);
|
configure_module_pin_mux(rmii1_pin_mux);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -143,4 +143,3 @@ int board_eth_init(bd_t *bis)
|
||||||
return n;
|
return n;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -578,4 +578,3 @@ TODO
|
||||||
- U-boot command that will write a new image to the bootloader partition in
|
- U-boot command that will write a new image to the bootloader partition in
|
||||||
flash.
|
flash.
|
||||||
- Linux FTD support.
|
- Linux FTD support.
|
||||||
|
|
||||||
|
|
|
@ -27,4 +27,3 @@ Take AT91SAM9X5EK as an example, the board definition file likes:
|
||||||
#define CONFIG_ATMEL_NAND_HW_PMECC 1
|
#define CONFIG_ATMEL_NAND_HW_PMECC 1
|
||||||
#define CONFIG_PMECC_CAP 2
|
#define CONFIG_PMECC_CAP 2
|
||||||
#define CONFIG_PMECC_SECTOR_SIZE 512
|
#define CONFIG_PMECC_SECTOR_SIZE 512
|
||||||
|
|
||||||
|
|
|
@ -388,4 +388,3 @@ int mtd_block_markbad(struct mtd_info *mtd, loff_t ofs)
|
||||||
return -EROFS;
|
return -EROFS;
|
||||||
return mtd->_block_markbad(mtd, ofs);
|
return mtd->_block_markbad(mtd, ofs);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -180,4 +180,3 @@ const struct nand_manufacturers nand_manuf_ids[] = {
|
||||||
{NAND_MFR_EON, "Eon"},
|
{NAND_MFR_EON, "Eon"},
|
||||||
{0x0, "Unknown"}
|
{0x0, "Unknown"}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -36,4 +36,3 @@ include $(SRCTREE)/rules.mk
|
||||||
sinclude $(obj).depend
|
sinclude $(obj).depend
|
||||||
|
|
||||||
#########################################################################
|
#########################################################################
|
||||||
|
|
||||||
|
|
|
@ -36,4 +36,3 @@ int fdt_create_empty_tree(void *buf, int bufsize)
|
||||||
|
|
||||||
return fdt_open_into(buf, buf, bufsize);
|
return fdt_open_into(buf, buf, bufsize);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -675,4 +675,3 @@ void *memchr_inv(const void *start, int c, size_t bytes)
|
||||||
return check_bytes8(start, value, bytes % 8);
|
return check_bytes8(start, value, bytes % 8);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue