mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
stm32mp1: board: cosmetic: cleanup file
- reorder include files - remove one comment Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
This commit is contained in:
parent
4154247371
commit
d1a597fcb7
1 changed files with 1 additions and 2 deletions
|
@ -5,8 +5,8 @@
|
|||
#include <common.h>
|
||||
#include <adc.h>
|
||||
#include <bootm.h>
|
||||
#include <config.h>
|
||||
#include <clk.h>
|
||||
#include <config.h>
|
||||
#include <dm.h>
|
||||
#include <env.h>
|
||||
#include <env_internal.h>
|
||||
|
@ -683,7 +683,6 @@ void board_quiesce_devices(void)
|
|||
}
|
||||
|
||||
/* board interface eth init */
|
||||
/* this is a weak define that we are overriding */
|
||||
int board_interface_eth_init(phy_interface_t interface_type,
|
||||
bool eth_clk_sel_reg, bool eth_ref_clk_sel_reg)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue