summaryrefslogtreecommitdiff
path: root/include/configs/am335x_igep003x.h
diff options
context:
space:
mode:
authorLokesh Vutla <lokeshvutla@ti.com>2017-04-26 08:07:07 (GMT)
committerTom Rini <trini@konsulko.com>2017-05-12 02:21:28 (GMT)
commit3a517fdc2b7e17e03730e768304ecefb3a213f17 (patch)
tree8992f0a6695762f213210c22ee130e89ae99e7a8 /include/configs/am335x_igep003x.h
parentcbcb1701643bf8f4f5f73648fd96c52eb4e4bc59 (diff)
downloadu-boot-3a517fdc2b7e17e03730e768304ecefb3a213f17.tar.xz
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 <lokeshvutla@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/am335x_igep003x.h')
-rw-r--r--include/configs/am335x_igep003x.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/am335x_igep003x.h b/include/configs/am335x_igep003x.h
index 55b511c..b1ffcc8 100644
--- a/include/configs/am335x_igep003x.h
+++ b/include/configs/am335x_igep003x.h
@@ -127,7 +127,7 @@
#define MTDPARTS_DEFAULT "mtdparts=omap2-nand.0:512k(SPL),-(UBI)"
/* 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"
/* UBI configuration */
#define CONFIG_SPL_UBI 1