]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Tegra: Remove unused/non-existent spl linker script reference
authorTom Warren <twarren@nvidia.com>
Wed, 17 Apr 2013 15:24:57 +0000 (08:24 -0700)
committerTom Warren <twarren@nvidia.com>
Tue, 28 May 2013 19:58:42 +0000 (12:58 -0700)
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>
include/configs/tegra114-common.h
include/configs/tegra20-common.h
include/configs/tegra30-common.h

index c2986d83092d7c47888f4ea11476193ce1280f1b..721b29cd95c20b7f0b81ba632b9334d78abb7495 100644 (file)
@@ -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
 
index 395a657584f2dc8b5736c2a08a51befb88146bc1..d5abecb46f1844a54856a9022aba9d900eb87e97 100644 (file)
@@ -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
 
index f6c07c6ecc755fdecfcb97b8c7afa95305fe4fea..ed36e11da647057c89366c4201b265bf3611193b 100644 (file)
@@ -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