diff options
author | Lokesh Vutla | 2017-04-26 13:37:07 +0530 |
---|---|---|
committer | Tom Rini | 2017-05-11 22:21:28 -0400 |
commit | 3a517fdc2b7e17e03730e768304ecefb3a213f17 (patch) | |
tree | 8992f0a6695762f213210c22ee130e89ae99e7a8 /include/configs/cm_t335.h | |
parent | cbcb1701643bf8f4f5f73648fd96c52eb4e4bc59 (diff) |
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/cm_t335.h')
-rw-r--r-- | include/configs/cm_t335.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/cm_t335.h b/include/configs/cm_t335.h index 69137bc6e84..9a8e1302c56 100644 --- a/include/configs/cm_t335.h +++ b/include/configs/cm_t335.h @@ -99,7 +99,7 @@ #define CONFIG_SYS_I2C_EEPROM_BUS 0 /* 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" /* Network. */ #define CONFIG_PHY_GIGE |