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:
Patrick Delaunay
2019-07-30 19:16:44 +02:00
committed by Patrice Chotard
parent 4154247371
commit d1a597fcb7

View File

@@ -5,8 +5,8 @@
#include <common.h> #include <common.h>
#include <adc.h> #include <adc.h>
#include <bootm.h> #include <bootm.h>
#include <config.h>
#include <clk.h> #include <clk.h>
#include <config.h>
#include <dm.h> #include <dm.h>
#include <env.h> #include <env.h>
#include <env_internal.h> #include <env_internal.h>
@@ -683,7 +683,6 @@ void board_quiesce_devices(void)
} }
/* board interface eth init */ /* board interface eth init */
/* this is a weak define that we are overriding */
int board_interface_eth_init(phy_interface_t interface_type, int board_interface_eth_init(phy_interface_t interface_type,
bool eth_clk_sel_reg, bool eth_ref_clk_sel_reg) bool eth_clk_sel_reg, bool eth_ref_clk_sel_reg)
{ {