On Tue, Nov 06, 2018 at 06:42:53PM +0100, Lucas Stach wrote: > Recent versions of the i.MX8MQ ATF (like the one shipped with Barebox) > reside in a part of OCRAM, so there is no need to reserve any part of > SDRAM anymore. > > Signed-off-by: Lucas Stach <l.stach@xxxxxxxxxxxxxx> > --- > arch/arm/boards/nxp-imx8mq-evk/board.c | 11 ----------- > 1 file changed, 11 deletions(-) Applied, thanks Sascha > > diff --git a/arch/arm/boards/nxp-imx8mq-evk/board.c b/arch/arm/boards/nxp-imx8mq-evk/board.c > index 764eadb766a9..7918b5fb3e36 100644 > --- a/arch/arm/boards/nxp-imx8mq-evk/board.c > +++ b/arch/arm/boards/nxp-imx8mq-evk/board.c > @@ -45,17 +45,6 @@ static int ar8031_phy_fixup(struct phy_device *phydev) > return 0; > } > > -static int imx8mq_evk_mem_init(void) > -{ > - if (!of_machine_is_compatible("fsl,imx8mq-evk")) > - return 0; > - > - request_sdram_region("ATF", 0x40000000, SZ_128K); > - > - return 0; > -} > -mem_initcall(imx8mq_evk_mem_init); > - > static int nxp_imx8mq_evk_init(void) > { > if (!of_machine_is_compatible("fsl,imx8mq-evk")) > -- > 2.19.1 > > > _______________________________________________ > barebox mailing list > barebox@xxxxxxxxxxxxxxxxxxx > http://lists.infradead.org/mailman/listinfo/barebox > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox