On Tue, Apr 30, 2024 at 9:44 PM Tom Rini <tr...@konsulko.com> wrote: > > Remove <common.h> from this board vendor directory and when needed > add missing include files directly. > > Signed-off-by: Tom Rini <tr...@konsulko.com>
Acked-by: Adam Ford <aford...@gmail.com> > --- > Cc: Adam Ford <aford...@gmail.com> > --- > board/logicpd/am3517evm/am3517evm.c | 1 - > board/logicpd/imx6/imx6logic.c | 1 - > board/logicpd/omap3som/omap3logic.c | 2 +- > 3 files changed, 1 insertion(+), 3 deletions(-) > > diff --git a/board/logicpd/am3517evm/am3517evm.c > b/board/logicpd/am3517evm/am3517evm.c > index e69a73f2af6f..e6ca31016b7c 100644 > --- a/board/logicpd/am3517evm/am3517evm.c > +++ b/board/logicpd/am3517evm/am3517evm.c > @@ -10,7 +10,6 @@ > * Texas Instruments Incorporated - https://www.ti.com/ > */ > > -#include <common.h> > #include <dm.h> > #include <init.h> > #include <net.h> > diff --git a/board/logicpd/imx6/imx6logic.c b/board/logicpd/imx6/imx6logic.c > index 0d53548dcb4b..589136fd64aa 100644 > --- a/board/logicpd/imx6/imx6logic.c > +++ b/board/logicpd/imx6/imx6logic.c > @@ -8,7 +8,6 @@ > * and updates by Jagan Teki <ja...@amarulasolutions.com> > */ > > -#include <common.h> > #include <env.h> > #include <init.h> > #include <miiphy.h> > diff --git a/board/logicpd/omap3som/omap3logic.c > b/board/logicpd/omap3som/omap3logic.c > index 86992829caf4..a9fe61918b6a 100644 > --- a/board/logicpd/omap3som/omap3logic.c > +++ b/board/logicpd/omap3som/omap3logic.c > @@ -10,7 +10,7 @@ > * Richard Woodruff <r-woodru...@ti.com> > * Syed Mohammed Khasim <kha...@ti.com> > */ > -#include <common.h> > +#include <config.h> > #include <dm.h> > #include <init.h> > #include <net.h> > -- > 2.34.1 >