From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew F. Davis Date: Mon, 24 Apr 2017 10:23:17 -0500 Subject: [U-Boot] [PATCH 3/6] configs: am335x_evm: Use omap2 generic spl load script In-Reply-To: <20170422065048.8617-4-lokeshvutla@ti.com> References: <20170422065048.8617-1-lokeshvutla@ti.com> <20170422065048.8617-4-lokeshvutla@ti.com> Message-ID: <989069c5-5ed8-bf4c-ccf3-0bb9e5385c39@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04/22/2017 01:50 AM, Lokesh Vutla wrote: > No reason to use a separate load script for am33xx than using > omap-common load script. > > Signed-off-by: Lokesh Vutla > --- > include/configs/am335x_evm.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h > index fc8a08f5b7..796d5c32e9 100644 > --- a/include/configs/am335x_evm.h > +++ b/include/configs/am335x_evm.h > @@ -194,7 +194,7 @@ > > /* USB gadget RNDIS */ > > -#define CONFIG_SPL_LDSCRIPT "arch/arm/mach-omap2/am33xx/u-boot-spl.lds" > +#define CONFIG_SPL_LDSCRIPT "arch/arm/mach-omap2/u-boot-spl.lds" Can we make this change to all other am335x platforms? They all are copy/paste from this config and now need to also be updated. After that we should delete am33xx/u-boot-spl.lds. > #endif > > #ifdef CONFIG_NAND >