mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-21 20:34:38 +00:00
board: kontron: Remove duplicate newlines
Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
parent
f5f5e2d4d5
commit
f21e15fd1e
2 changed files with 0 additions and 3 deletions
|
@ -84,7 +84,6 @@ int board_phys_sdram_size(phys_size_t *memsize)
|
|||
return 0;
|
||||
}
|
||||
|
||||
|
||||
#ifdef CONFIG_FEC_MXC
|
||||
#define FEC_RST_PAD IMX_GPIO_NR(1, 11)
|
||||
static iomux_v3_cfg_t const fec1_rst_pads[] = {
|
||||
|
|
|
@ -28,7 +28,6 @@ extern struct dram_timing_info dram_timing_4gb;
|
|||
|
||||
DECLARE_GLOBAL_DATA_PTR;
|
||||
|
||||
|
||||
static void spl_dram_init(void)
|
||||
{
|
||||
struct dram_timing_info *dram_timing;
|
||||
|
@ -89,7 +88,6 @@ int board_mmc_getcd(struct mmc *mmc)
|
|||
return 0;
|
||||
}
|
||||
|
||||
|
||||
#define USDHC_PAD_CTRL (PAD_CTL_DSE6 | PAD_CTL_HYS | PAD_CTL_PUE | \
|
||||
PAD_CTL_FSEL2)
|
||||
#define USDHC_GPIO_PAD_CTRL (PAD_CTL_PUE | PAD_CTL_DSE1)
|
||||
|
|
Loading…
Add table
Reference in a new issue