diff options
author | Tom Warren | 2013-04-17 08:24:57 -0700 |
---|---|---|
committer | Tom Warren | 2013-05-28 12:58:42 -0700 |
commit | d56273de1522a842481236d0dfa281ad4091b5c5 (patch) | |
tree | 14166943f4ce005ee76cd02a57ab29df2d82b7d6 /include/configs | |
parent | dcfe863838becd4cf4dba4d89aef2332150fe90f (diff) |
Tegra: Remove unused/non-existent spl linker script reference
Tegra builds use the common u-boot-spl.lds now.
Signed-off-by: Tom Warren <twarren@nvidia.com>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/tegra114-common.h | 2 | ||||
-rw-r--r-- | include/configs/tegra20-common.h | 2 | ||||
-rw-r--r-- | include/configs/tegra30-common.h | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/tegra114-common.h b/include/configs/tegra114-common.h index c2986d83092..721b29cd95c 100644 --- a/include/configs/tegra114-common.h +++ b/include/configs/tegra114-common.h @@ -74,8 +74,6 @@ #define CONFIG_SYS_SPL_MALLOC_START 0x80090000 #define CONFIG_SPL_STACK 0x800ffffc -#define CONFIG_SPL_LDSCRIPT "$(CPUDIR)/tegra114/u-boot-spl.lds" - /* Total I2C ports on Tegra114 */ #define TEGRA_I2C_NUM_CONTROLLERS 5 diff --git a/include/configs/tegra20-common.h b/include/configs/tegra20-common.h index 395a657584f..d5abecb46f1 100644 --- a/include/configs/tegra20-common.h +++ b/include/configs/tegra20-common.h @@ -88,8 +88,6 @@ #define CONFIG_SYS_SPL_MALLOC_START 0x00090000 #define CONFIG_SPL_STACK 0x000ffffc -#define CONFIG_SPL_LDSCRIPT "$(CPUDIR)/tegra20/u-boot-spl.lds" - /* Align LCD to 1MB boundary */ #define CONFIG_LCD_ALIGNMENT MMU_SECTION_SIZE diff --git a/include/configs/tegra30-common.h b/include/configs/tegra30-common.h index f6c07c6ecc7..ed36e11da64 100644 --- a/include/configs/tegra30-common.h +++ b/include/configs/tegra30-common.h @@ -87,8 +87,6 @@ #define CONFIG_SYS_SPL_MALLOC_START 0x80090000 #define CONFIG_SPL_STACK 0x800ffffc -#define CONFIG_SPL_LDSCRIPT "$(CPUDIR)/tegra30/u-boot-spl.lds" - /* Total I2C ports on Tegra30 */ #define TEGRA_I2C_NUM_CONTROLLERS 5 |