mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-19 21:01:51 +02:00
board: ti: 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
fc23a7460b
commit
8ce762340b
@ -339,7 +339,6 @@ static void scale_vcores_bone(int freq)
|
||||
if (power_tps65217_init(0))
|
||||
return;
|
||||
|
||||
|
||||
/*
|
||||
* On Beaglebone White we need to ensure we have AC power
|
||||
* before increasing the frequency.
|
||||
|
@ -336,7 +336,6 @@ const struct dpll_params *get_dpll_ddr_params(void)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* get_opp_offset:
|
||||
* Returns the index for safest OPP of the device to boot.
|
||||
|
@ -515,7 +515,6 @@ int get_voltrail_opp(int rail_offset)
|
||||
return opp;
|
||||
}
|
||||
|
||||
|
||||
#ifdef CONFIG_SPL_BUILD
|
||||
/* No env to setup for SPL */
|
||||
static inline void setup_board_eeprom_env(void) { }
|
||||
|
@ -6,7 +6,6 @@
|
||||
* Texas Instruments Incorporated, <www.ti.com>
|
||||
*/
|
||||
|
||||
|
||||
#include <asm/arch/ddr3.h>
|
||||
#include "ddr3_cfg.h"
|
||||
|
||||
|
@ -11,7 +11,6 @@
|
||||
|
||||
#include <asm/arch/mux_omap4.h>
|
||||
|
||||
|
||||
const struct pad_conf_entry core_padconf_array_essential[] = {
|
||||
|
||||
{GPMC_AD0, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_dat0 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user