diff options
author | Tom Rini <trini@konsulko.com> | 2019-06-02 08:57:31 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-06-14 16:10:49 -0400 |
commit | c7110a0ad5ee901c9df7e7e98b63724f44332e18 (patch) | |
tree | d08b078ca1a5f5f584047506cf493f1fe5ce4812 /include/configs/edb93xx.h | |
parent | db4080d56dec857a90367e2d5e4fa0ad0d2a37c3 (diff) | |
download | u-boot-c7110a0ad5ee901c9df7e7e98b63724f44332e18.tar.gz |
configs: Remove unneeded CONFIG_SYS_LDSCRIPT instances
A number of boards set CONFIG_SYS_LDSCRIPT and then end up using one of
the default searched LDSCRIPT paths. Remove these customizations.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/edb93xx.h')
-rw-r--r-- | include/configs/edb93xx.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/edb93xx.h b/include/configs/edb93xx.h index 3d90dbcf93..84cbcdda93 100644 --- a/include/configs/edb93xx.h +++ b/include/configs/edb93xx.h @@ -31,8 +31,6 @@ #define CONFIG_SETUP_MEMORY_TAGS 1 #define CONFIG_BOOTFILE "edb93xx.img" -#define CONFIG_SYS_LDSCRIPT "board/cirrus/edb93xx/u-boot.lds" - #ifdef CONFIG_EDB9301 #define CONFIG_MACH_TYPE MACH_TYPE_EDB9301 #define CONFIG_ENV_SECT_SIZE 0x00020000 |