From 3a517fdc2b7e17e03730e768304ecefb3a213f17 Mon Sep 17 00:00:00 2001 From: Lokesh Vutla Date: Wed, 26 Apr 2017 13:37:07 +0530 Subject: configs: am335x_evm: Use omap2 generic spl load script No reason to use a separate load script for am33xx than using omap-common load script. Signed-off-by: Lokesh Vutla Reviewed-by: Tom Rini --- include/configs/am335x_shc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/configs/am335x_shc.h') diff --git a/include/configs/am335x_shc.h b/include/configs/am335x_shc.h index c100fbc..bc0943f 100644 --- a/include/configs/am335x_shc.h +++ b/include/configs/am335x_shc.h @@ -250,7 +250,7 @@ /* SPL */ -#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" #ifndef CONFIG_SPL_USBETH_SUPPORT #define CONFIG_FASTBOOT_FLASH_MMC_DEV 1 -- cgit v1.1